From f717fa4540204c7dccc3556c0941cc938b782a2b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:43 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=BD=EF=B8=8F=20match.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/keybindings/match.ts | 1 + 1 file changed, 1 insertion(+) 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) } +