f0bm #75

Open
schrumpel wants to merge 49 commits from schrumpel/f0bm:f0bm into master
Showing only changes of commit daf8faeb8f - Show all commits

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