[DE] Fix Bug 50083

This commit is contained in:
Julia Radzhabova 2021-04-30 12:24:42 +03:00
parent 02b6ec8a9b
commit 774b4befdc

View file

@ -323,6 +323,7 @@ define([
if (this.api) {
// this.api.asc_registerCallback('asc_onParaSpacingLine', _.bind(this._onLineSpacing, this));
}
Common.NotificationCenter.on('storage:image-insert', _.bind(this.insertImageFromStorage, this));
return this;
},