mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:06:10 +08:00
Fix series settings
This commit is contained in:
@ -300,7 +300,7 @@ define([
|
||||
if (this.isStepChanged) {
|
||||
var value = this.inputStep.getValue();
|
||||
(typeof value === 'string') && (value = value.replace(',','.'));
|
||||
this._changedProps.asc_setStepValue(value!=='' ? parseFloat(value) : 1);
|
||||
this._changedProps.asc_setStepValue(value!=='' ? parseFloat(value) : null);
|
||||
}
|
||||
if (this.isStopChanged) {
|
||||
var value = this.inputStop.getValue();
|
||||
|
||||
Reference in New Issue
Block a user