f0bm #75
@ -30,7 +30,7 @@ const Cookie = {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
document.addEventListener("keydown", e => {
|
document.addEventListener("keydown", e => {
|
||||||
if(e.target.tagName === "INPUT" && e.target.tagName === "TEXTAREA")
|
if(e.target.tagName === "INPUT" || e.target.tagName === "TEXTAREA")
|
||||||
return;
|
return;
|
||||||
const acttheme = Cookie.get('theme') ?? "w0bm";
|
const acttheme = Cookie.get('theme') ?? "w0bm";
|
||||||
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
|
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user