6770e3bf0a9d74b90213bf5a79e6009e097b8480
KeyResolver was swallowing Enter in IDLE state when input text was blank, so SubmitInput never reached RootReducer to set sessionEntered=true. Now Enter always dispatches SubmitInput in IDLE — RootReducer handles blank text by entering the selected session, non-blank by starting a new session (as before). IN_SESSION and FILTER mode unchanged (blank Enter still returns null there).
Description
No description provided
Languages
Kotlin
88.4%
Go
11.4%
Python
0.2%