increase timer for secoia

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-23 13:46:22 +02:00
parent 239eb2224b
commit 403f35e6bf
1 changed files with 1 additions and 1 deletions

View File

@ -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, {