mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 18:43:38 +08:00
Bug 32139.
This commit is contained in:
@ -268,7 +268,7 @@ define([
|
||||
}
|
||||
}
|
||||
|
||||
if (this.options.defaultUnit !== units) {
|
||||
if (this.options.defaultUnit !== units && !showError) {
|
||||
number = this._recalcUnits(number, units);
|
||||
}
|
||||
if (number > this.options.maxValue) { number = this.options.maxValue; showError = true; }
|
||||
|
||||
Reference in New Issue
Block a user