fix(ui): restore hjkl after search, Escape clears search #100
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/search-keyboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
After pressing Enter in
/search,hjklnavigation stopped working. Escape didn't clear the search filter.Solution
Blur active element on Enter so keyboard hook resumes. Add window-level Escape handler to clear search when input isn't focused.