diff --git a/src/keybindings/match.ts b/src/keybindings/match.ts index 2b40717..98b55e8 100644 --- a/src/keybindings/match.ts +++ b/src/keybindings/match.ts @@ -118,3 +118,4 @@ export function matchesBinding( if (!keystroke) return false return matchesKeystroke(input, key, keystroke) } +