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

Commit

Permalink
Add missing StylesProcessor instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Feb 19, 2020
1 parent c16a502 commit 5dbdb84
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.processor = new HtmlDataProcessor( this.stylesProcessor );

this.model.document.createRoot();

Expand Down

0 comments on commit 5dbdb84

Please sign in to comment.