increase timer for secoia
This commit is contained in:
parent
239eb2224b
commit
403f35e6bf
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user