From 0cb1bc8fbec07baa47c93e7a0cab8485f0e62278 Mon Sep 17 00:00:00 2001 From: tsym77yoshi <67378554+tsym77yoshi@users.noreply.github.com> Date: Sun, 7 Apr 2024 16:26:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:console.log=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/hotkeyPlugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/hotkeyPlugin.ts b/src/plugins/hotkeyPlugin.ts index 82197e88da..afc3099779 100644 --- a/src/plugins/hotkeyPlugin.ts +++ b/src/plugins/hotkeyPlugin.ts @@ -276,7 +276,6 @@ export class HotkeyManager { keyInput(e: KeyboardEvent): void { const element = e.target; - console.log(element); // メニュー項目ではショートカットキーを無効化 if ( element instanceof HTMLElement &&