chore(ui-tui): apply npm run fix formatting pass

Run ui-tui lint autofix + prettier and commit the resulting formatting-only changes for the keybinding/model parity branch.
This commit is contained in:
Brooklyn Nicholson 2026-04-27 12:25:27 -05:00
parent 4909b94f99
commit 17029a64e8
5 changed files with 7 additions and 11 deletions

View file

@ -380,6 +380,7 @@ export function useInputHandlers(ctx: InputHandlerContext): InputHandlerResult {
if (isAction(key, ch, 'l')) {
clearSelection()
return patchUiState(state => ({ ...state }))
}