Bartosz Legięć
Bartosz Legięć
**Description** After typing some text and then inserting content via `editor.insertText` the text is inserted in the wrong place. **Recording** https://github.com/user-attachments/assets/910a8a69-d266-40a3-aebb-958eebe4b2e8 **Sandbox** https://codesandbox.io/p/sandbox/4hytdl **Steps** To reproduce the behavior: 1. Start...
**Description** When using an IME, the first character's composition gets interrupted. **Root Cause:** **1. Immediate Selection Updates During Composition** When insertCompositionText events occurred, the code would: 1. ✅ Correctly store...
This PR fixes an issue where on MacOS pressing `⌘+⌥+[` and `⌘+⌥+]` wouldn't work for bringing the elements front/back. The only way to actually trigger those was to use `⌘+⌥+SHIFT+[`...