mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 18:49:57 +08:00
[SSE] Fix Bug 46313
This commit is contained in:
@ -271,7 +271,7 @@ define([
|
||||
lblName: div.find('#formula-wizard-lbl-name-arg'+argcount),
|
||||
lblValue: div.find('#formula-wizard-lbl-val-arg'+argcount),
|
||||
argInput: txt,
|
||||
argName: me.textArgument + ' ' + (argcount+1),
|
||||
argName: me.textArgument + (this.maxArgCount>1 ? (' ' + (argcount+1)) : ''),
|
||||
// argDesc: 'some argument description',
|
||||
argType: argtype,
|
||||
argTypeName: me.getArgType(argtype)
|
||||
|
||||
Reference in New Issue
Block a user