chore(tui): prettier whitespace on files touched in this branch

This commit is contained in:
Brooklyn Nicholson 2026-04-18 15:13:31 -05:00
parent 93b4080b78
commit 450ded98db
2 changed files with 4 additions and 10 deletions

View file

@ -483,15 +483,7 @@ export function TextInput({
return
}
if (
k.upArrow ||
k.downArrow ||
k.tab ||
(k.shift && k.tab) ||
k.pageUp ||
k.pageDown ||
k.escape
) {
if (k.upArrow || k.downArrow || k.tab || (k.shift && k.tab) || k.pageUp || k.pageDown || k.escape) {
return
}