mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 08:16:10 +08:00
Merge pull request #905 from ONLYOFFICE/fix/bufgix
[SSE] Fix formula wizard
This commit is contained in:
@ -241,8 +241,10 @@ define([
|
||||
|
||||
fillArgs: function (types, argval, argres) {
|
||||
var argcount = this.args.length;
|
||||
for (var j=0; j<types.length; j++)
|
||||
for (var j=0; j<types.length; j++) {
|
||||
this.setControls(argcount, types[j], argval ? argval[argcount] : undefined, argres ? argres[argcount] : undefined);
|
||||
argcount++;
|
||||
}
|
||||
},
|
||||
|
||||
setControls: function(argcount, argtype, argval, argres) {
|
||||
|
||||
Reference in New Issue
Block a user