Skip to content

Commit

Permalink
Merge pull request #15372 from primefaces/issue-15297
Browse files Browse the repository at this point in the history
Fixed #15297
  • Loading branch information
cetincakiroglu authored Apr 26, 2024
2 parents 2ffcb2e + 3822974 commit 72b26c2
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 72b26c2

Please sign in to comment.