tinymce-angular icon indicating copy to clipboard operation
tinymce-angular copied to clipboard

fix: cursor jumping while editing and external update

Open ZeroRex0126 opened this issue 6 months ago • 1 comments

https://github.com/tinymce/tinymce-angular/issues/425

since tinyMCE does the updating the line " this._editor.setContent(isNullOrUndefined(value) ? '' : value);" is not needed and only needed for initialization.

prove it works

https://github.com/user-attachments/assets/cd78be8a-f78d-4536-9241-0384e07e14f1

ZeroRex0126 avatar Aug 27 '25 06:08 ZeroRex0126