learning_ai_common_plat/packages/use-keyboard-shortcuts
Saravanakumar D 07c0d304bc fix(use-keyboard-shortcuts): guard against undefined e.key and shortcut.key
Some keyboard events (dead keys, modifier-only presses) have e.key
as undefined. Similarly, malformed shortcut definitions may lack a key.
Added early-return guards to prevent TypeError.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-30 01:02:15 -07:00
..
src fix(use-keyboard-shortcuts): guard against undefined e.key and shortcut.key 2026-05-30 01:02:15 -07:00
package.json fix(use-keyboard-shortcuts): guard against undefined e.key and shortcut.key 2026-05-30 01:02:15 -07:00
tsconfig.json feat(use-keyboard-shortcuts): shared React keyboard shortcuts hook 2026-03-29 12:40:43 -07:00