|
|
@@ -56,7 +56,7 @@ export default class BalloonEditor extends StandardEditor {
|
|
|
this.config.get( 'plugins' ).push( ContextualToolbar );
|
|
|
this.config.define( 'contextualToolbar', this.config.get( 'toolbar' ) );
|
|
|
|
|
|
- this.document.createRoot();
|
|
|
+ this.model.document.createRoot();
|
|
|
this.data.processor = new HtmlDataProcessor();
|
|
|
this.ui = new BalloonEditorUI( this, new BalloonEditorUIView( this.locale, element ) );
|
|
|
}
|