ich muss kaken
This commit is contained in:
		@@ -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());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user