〽️ match.ts

This commit is contained in:
nirholas
2026-03-31 10:23:43 +00:00
parent 385f81f488
commit f717fa4540

View File

@@ -118,3 +118,4 @@ export function matchesBinding(
if (!keystroke) return false if (!keystroke) return false
return matchesKeystroke(input, key, keystroke) return matchesKeystroke(input, key, keystroke)
} }