[SSE] Fix Bug 39910
This commit is contained in:
parent
c4d4da066f
commit
a23304f77c
|
@ -155,7 +155,7 @@ define([
|
|||
validateOnChange: true,
|
||||
validateOnBlur: false,
|
||||
validation : function(value) {
|
||||
var isvalid = me.api.asc_checkDataRange(Asc.c_oAscSelectionDialogType.FormatTable, value, true);
|
||||
var isvalid = me.api.asc_checkDataRange(Asc.c_oAscSelectionDialogType.FormatTable, value, false);
|
||||
if (isvalid == Asc.c_oAscError.ID.No) {
|
||||
return true;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue