Merge pull request #1865 from ONLYOFFICE/fix/bugfix

[DE] Fix Bug 55309
This commit is contained in:
Julia Radzhabova 2022-07-21 22:42:48 +03:00 committed by GitHub
commit 5a8dac6e71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {