ProseMirror / prosemirror

The ProseMirror WYSIWYM editor
http://prosemirror.net/
MIT License
7.53k stars 334 forks source link

Bug: When typing at the beginning of a line (using Korean IME) with stored marks, composition is failing. #1458

Closed devunt closed 2 months ago

devunt commented 2 months ago

Screen recording

https://github.com/ProseMirror/prosemirror/assets/337728/129245d7-b5dd-41af-95ec-44c291eb07a1

Details

This seems most likely caused by https://github.com/ProseMirror/prosemirror-view/commit/a2af570ec12da0ac74cb98a3ca15c3b5b2411055. Downgrading prosemirror-view to 1.33.2 solves the issue.

marijnh commented 2 months ago

Attached patch should help with this.