From 382297464e92c9b5487a9cd0aa2629f1cb484664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:37:45 +0300 Subject: [PATCH] Fixed #15297 --- src/app/components/editor/editor.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/components/editor/editor.ts b/src/app/components/editor/editor.ts index 9e578437fe7..0690125d1ac 100755 --- a/src/app/components/editor/editor.ts +++ b/src/app/components/editor/editor.ts @@ -200,10 +200,7 @@ export class Editor implements AfterContentInit, ControlValueAccessor { */ afterNextRender(() => { this.initQuillElements(); - - if (this.isAttachedQuillEditorToDOM) { - this.initQuillEditor(); - } + this.initQuillEditor(); }); }