mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 00:01:10 +10:00
* 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.