[PE] Fix Bug 39896
This commit is contained in:
parent
864ebf4d7b
commit
c3ef04f0b8
|
@ -945,7 +945,7 @@ define([
|
||||||
var commentsController = this.getApplication().getController('Common.Controllers.Comments');
|
var commentsController = this.getApplication().getController('Common.Controllers.Comments');
|
||||||
if (commentsController) {
|
if (commentsController) {
|
||||||
commentsController.setMode(this.appOptions);
|
commentsController.setMode(this.appOptions);
|
||||||
commentsController.setConfig({config: this.editorConfig}, this.api);
|
commentsController.setConfig({config: this.editorConfig, sdkviewname: '#id_main_parent'}, this.api);
|
||||||
}
|
}
|
||||||
/** coauthoring end **/
|
/** coauthoring end **/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue