diff --git a/src/editor/editor.directive.ts b/src/editor/editor.directive.ts index e3a1310..ad83b3e 100644 --- a/src/editor/editor.directive.ts +++ b/src/editor/editor.directive.ts @@ -174,9 +174,10 @@ export class FroalaEditorDirective implements ControlValueAccessor { if (this._editor.events) { // bind contentChange and keyup event to froalaModel this._editor.events.on('contentChanged', function () { - setTimeout(function () { - self.updateModel(); - }, 0); + // Commented settimeout for https://github.com/froala-labs/froala-editor-js-2/issues/1823 + // setTimeout(function () { + self.updateModel(); + // }, 0); }); this._editor.events.on('mousedown', function () { setTimeout(function () {