[DE] Fix Bug 50083
This commit is contained in:
parent
02b6ec8a9b
commit
774b4befdc
|
@ -323,6 +323,7 @@ define([
|
||||||
if (this.api) {
|
if (this.api) {
|
||||||
// this.api.asc_registerCallback('asc_onParaSpacingLine', _.bind(this._onLineSpacing, this));
|
// this.api.asc_registerCallback('asc_onParaSpacingLine', _.bind(this._onLineSpacing, this));
|
||||||
}
|
}
|
||||||
|
Common.NotificationCenter.on('storage:image-insert', _.bind(this.insertImageFromStorage, this));
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue