Skip to content

Commit

Permalink
fix:console.log削除
Browse files Browse the repository at this point in the history
  • Loading branch information
tsym77yoshi committed Apr 7, 2024
1 parent 5171fa3 commit 0cb1bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/hotkeyPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ export class HotkeyManager {

keyInput(e: KeyboardEvent): void {
const element = e.target;
console.log(element);
// メニュー項目ではショートカットキーを無効化
if (
element instanceof HTMLElement &&
Expand Down

0 comments on commit 0cb1bc8

Please sign in to comment.