Remove consolelog
This commit is contained in:
parent
5218e92945
commit
0d09ca236e
1 changed files with 0 additions and 2 deletions
|
|
@ -119,9 +119,7 @@ export default function EditShortcutButton({
|
|||
if (key.toUpperCase().includes(e.key.toUpperCase())) return;
|
||||
}
|
||||
if (e.key?.toLowerCase() === "control") {
|
||||
console.log("oi");
|
||||
fixedKey = "Ctrl";
|
||||
console.log(fixedKey);
|
||||
}
|
||||
setKey((oldKey) =>
|
||||
getFixedCombination({ oldKey: oldKey!, key: fixedKey }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue