Clean up
This commit is contained in:
parent
7795c1d2cc
commit
37d4d377e4
|
@ -21,8 +21,6 @@ document.addEventListener("keydown", (ev) => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// const keybind = manager.getBindForKey(ev.key);
|
|
||||||
|
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
|
|
||||||
keybind.execute();
|
keybind.execute();
|
||||||
|
|
|
@ -4,7 +4,6 @@ const keybind: Keybind = {
|
||||||
key: "n",
|
key: "n",
|
||||||
|
|
||||||
execute: function () {
|
execute: function () {
|
||||||
// console.log("Hello");
|
|
||||||
const element = document.querySelector(
|
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)"
|
".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