This commit is contained in:
Violet Millie 2024-01-26 15:31:59 +00:00
parent 7795c1d2cc
commit 37d4d377e4
2 changed files with 0 additions and 3 deletions

View File

@ -21,8 +21,6 @@ document.addEventListener("keydown", (ev) => {
return;
}
// const keybind = manager.getBindForKey(ev.key);
ev.preventDefault();
keybind.execute();

View File

@ -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)"
);