ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.28k stars 3.59k forks source link

Added handling of editable focus on beforeinput event. #16267

Closed niegowski closed 2 weeks ago

niegowski commented 3 weeks ago

Suggested merge commit message (convention)

Fix (engine): The reverse typing effect should not happen after the focus change. Closes #14702.


Additional information

This PR is based on the community PR #16066. Thanks, @urbanspr1nter!