|
@@ -72,7 +72,7 @@ export default class DecoupledEditor extends Editor {
|
|
|
secureSourceElement( this );
|
|
secureSourceElement( this );
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- this.data.processor = new HtmlDataProcessor();
|
|
|
|
|
|
|
+ this.data.processor = new HtmlDataProcessor( this.editing.view.document );
|
|
|
|
|
|
|
|
this.model.document.createRoot();
|
|
this.model.document.createRoot();
|
|
|
|
|
|