mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
[SSE] Fix Bug 38753
This commit is contained in:
@ -83,9 +83,9 @@ define([
|
||||
step: this.step,
|
||||
defaultUnit : this.defaultUnit,
|
||||
minValue : 0,
|
||||
maxValue : this.maxvalue,
|
||||
value : (this.startvalue!==null) ? (this.startvalue + ' ' + this.defaultUnit) : ''
|
||||
maxValue : this.maxvalue
|
||||
});
|
||||
this.spnSize.setValue((this.startvalue!==null) ? (this.startvalue + ' ' + this.defaultUnit) : '');
|
||||
|
||||
if (this.startvalue!==null) {
|
||||
var me = this;
|
||||
|
||||
Reference in New Issue
Block a user