ich muss kaken

This commit is contained in:
x 2025-04-07 09:04:27 +02:00
parent e822f118c6
commit daf8faeb8f

View File

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