Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge branch i/6324 to master.
Browse files Browse the repository at this point in the history
Internal: Aligned to changes in ckeditor/ckeditor5#6381.
  • Loading branch information
Reinmar committed Mar 12, 2020
2 parents 7925569 + 17100aa commit 80a6ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decouplededitor.js
Expand Up @@ -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();

Expand Down

0 comments on commit 80a6ec8

Please sign in to comment.