mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 22:53:08 +08:00
b9b3406b28
* fix: Prevents key events during text composition Stops handling title key events when composing text, ensuring proper input behavior during IME use. * Refines IME composition event checks Separates IME composition control from shift key logic and adds a Safari-specific keyCode check to prevent premature focus shifts during IME input.