ich muss kaken
This commit is contained in:
parent
e822f118c6
commit
daf8faeb8f
@ -30,7 +30,7 @@ const Cookie = {
|
||||
}));
|
||||
|
||||
document.addEventListener("keydown", e => {
|
||||
if(e.target.tagName === "INPUT" && e.target.tagName === "TEXTAREA")
|
||||
if(e.target.tagName === "INPUT" || e.target.tagName === "TEXTAREA")
|
||||
return;
|
||||
const acttheme = Cookie.get('theme') ?? "w0bm";
|
||||
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
|
||||
|
Loading…
x
Reference in New Issue
Block a user