Clean up
This commit is contained in:
parent
7795c1d2cc
commit
37d4d377e4
|
@ -21,8 +21,6 @@ document.addEventListener("keydown", (ev) => {
|
|||
return;
|
||||
}
|
||||
|
||||
// const keybind = manager.getBindForKey(ev.key);
|
||||
|
||||
ev.preventDefault();
|
||||
|
||||
keybind.execute();
|
||||
|
|
|
@ -4,7 +4,6 @@ const keybind: Keybind = {
|
|||
key: "n",
|
||||
|
||||
execute: function () {
|
||||
// console.log("Hello");
|
||||
const element = document.querySelector(
|
||||
".signed-in > div:nth-child(2) > form:nth-child(1) > div:nth-child(1) > div:nth-child(3) > textarea:nth-child(1)"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue