mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 14:06:09 +08:00
[SSE] Set empty range for function arguments
This commit is contained in:
@ -81,7 +81,7 @@ define([
|
||||
el : $('#id-dlg-cell-range'),
|
||||
name : 'range',
|
||||
style : 'width: 100%;',
|
||||
allowBlank : false,
|
||||
allowBlank : this.options.allowBlank || false,
|
||||
blankError : this.txtEmpty,
|
||||
validateOnChange: true
|
||||
});
|
||||
|
||||
@ -356,6 +356,7 @@ define([
|
||||
};
|
||||
|
||||
var win = new SSE.Views.CellRangeDialog({
|
||||
allowBlank: true,
|
||||
handler: handlerDlg
|
||||
}).on('close', function() {
|
||||
input.setValue(changedValue);
|
||||
|
||||
Reference in New Issue
Block a user