|
|
@@ -52,7 +52,7 @@ export default class InlineEditor extends StandardEditor {
|
|
|
constructor( element, config ) {
|
|
|
super( element, config );
|
|
|
|
|
|
- this.document.createRoot();
|
|
|
+ this.model.document.createRoot();
|
|
|
this.data.processor = new HtmlDataProcessor();
|
|
|
this.ui = new InlineEditorUI( this, new InlineEditorUIView( this.locale, element ) );
|
|
|
}
|