[PE] Fix Bug 39896

This commit is contained in:
Julia Radzhabova 2018-11-30 17:23:49 +03:00
parent 864ebf4d7b
commit c3ef04f0b8

View file

@ -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 **/
} }