increase timer for secoia
This commit is contained in:
		@ -269,7 +269,7 @@ document.addEventListener("DOMContentLoaded", () => {
 | 
			
		||||
      }
 | 
			
		||||
      // Hotfix for Secoia
 | 
			
		||||
      if (mutation.target.nodeName == "SOLID-DIRECTORY") {
 | 
			
		||||
        if(!timer2) timer2 = setTimeout(() => mutation.target.render(), 500);
 | 
			
		||||
        if(!timer2) timer2 = setTimeout(() => mutation.target.render(), 1500);
 | 
			
		||||
      }
 | 
			
		||||
    });
 | 
			
		||||
  }).observe(document.body, {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user