diff --git a/src/ckeditor.component.ts b/src/ckeditor.component.ts index 5727b56..cf44e9e 100644 --- a/src/ckeditor.component.ts +++ b/src/ckeditor.component.ts @@ -91,7 +91,6 @@ export class CKEditorComponent implements OnChanges, AfterViewInit, OnDestroy { this.destroyed = true; this.zone.runOutsideAngular(() => { if (this.instance) { - CKEDITOR.removeAllListeners(); this.instance.destroy(); this.instance = null; }