[DE] Fix Bug 55309

This commit is contained in:
Julia Radzhabova 2022-07-21 21:24:44 +03:00
parent ecd29e789a
commit e9e7ee438a

View file

@ -514,6 +514,7 @@ define([
this.levels[this.level] = this.props.get_Lvl(this.level);
this.fillLevelProps(this.levels[this.level]);
this._changedProps = this.levels[this.level];
this.api.SetDrawImagePreviewBullet('bulleted-list-preview', this.props, this.level, this.type==2);
},
fillLevelProps: function(levelProps) {