Procházet zdrojové kódy

Merge branch i/6324 to master.

Internal: Aligned to changes in ckeditor/ckeditor5#6381.
Piotrek Koszuliński před 5 roky
rodič
revize
ae5478b994

+ 1 - 1
packages/ckeditor5-editor-decoupled/src/decouplededitor.js

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