IME composition merged

Trilium kanban card/column title editing commits on the IME Enter

fix(board): ignore IME composition Enter when editing card and column titles

Trilium · TriliumNext/Trilium

Symptom

Trilium kanban card and column title editing commits on IME Enter, saving partial CJK text.

Minimal repro
Trilium board → edit card title → CJK IME → Enter to confirm → title saved with partial text.
Fix

Check isComposing before committing title edits on Enter.

Merged PR → #trilium-board-title-ime
← all 93 entries