IME composition
React
open
Obsidian Smart Composer chat submits on the IME Enter (macOS/Windows)
fix: ignore Enter during IME composition in chat input
obsidian-smart-composer · glowingjade/obsidian-smart-composer
Symptom
Obsidian Smart Composer chat submits messages on IME Enter key in macOS/Windows with CJK input methods.
Minimal repro
Use Japanese IME in Obsidian Smart Composer chat; confirm composition with Enter; chat sends.
Fix
Check isComposing flag before processing Enter keydown.