remove leftover log
This commit is contained in:
parent
5ea319e173
commit
baa25292c6
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ if (isFirstRun) {
|
||||||
|
|
||||||
// Prevent pressing Alt from opening the menu bar
|
// Prevent pressing Alt from opening the menu bar
|
||||||
document.addEventListener("keyup", e => {
|
document.addEventListener("keyup", e => {
|
||||||
console.log(e);
|
|
||||||
if (e.key !== "Alt") return;
|
if (e.key !== "Alt") return;
|
||||||
if (!Settings.store.disableAltMenu) return;
|
if (!Settings.store.disableAltMenu) return;
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
Reference in a new issue