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

Commit

Permalink
Requested changes during the review.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Feb 24, 2020
1 parent 410100e commit b6bea6b
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.data.stylesProcessor );
this.data.processor = new HtmlDataProcessor( this.editing.view.document );

this.model.document.createRoot();

Expand Down

0 comments on commit b6bea6b

Please sign in to comment.