Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu authored and nbrown-ScottLogic committed May 1, 2024
1 parent b84578a commit 8680358
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/components/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,7 @@ export class Editor implements AfterContentInit, ControlValueAccessor {
*/
afterNextRender(() => {
this.initQuillElements();

if (this.isAttachedQuillEditorToDOM) {
this.initQuillEditor();
}
this.initQuillEditor();
});
}

Expand Down

0 comments on commit 8680358

Please sign in to comment.