mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
9efebdbf83aafbb00e3dfd021dae8ddf71ec5adb
When the project picker dropdown is open (via P key), pressing number keys 1-9 was incorrectly also triggering the board view's agent output modal shortcuts. This fix adds a check for the project picker dropdown in the isInputFocused() function, which disables all keyboard shortcuts registered via useKeyboardShortcuts when the dropdown is visible. The sidebar's project picker number key handler still works as expected since it uses a separate event listener.
Description
No description provided
Languages
TypeScript
96.3%
CSS
2.3%
Shell
0.9%
JavaScript
0.4%
Dockerfile
0.1%