Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Fix the copied format not being applied to the selected text in…
… some CKEditor instances - EXO-73291 - Meeds-io/MIPs#129 (#647) Prior to this change, the copied format was not applied to the selected text in some CKEditor instances. This issue was due to the mouseup event being attached to the editor document and not being detected. This change attaches the entire event to the editor's editable element, resolving the issue.
- Loading branch information