Merge pull request #455 from ONLYOFFICE/fix/bugfix

[DE] Fix Bug 46022
This commit is contained in:
Julia Radzhabova 2020-08-06 19:55:05 +03:00 committed by GitHub
commit 0d561c8b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ define([
defaultUnit : "",
value: 1,
maxValue: 16383,
minValue: 1,
minValue: 0,
allowDecimal: false,
maskExp: /[0-9]/
});