fix options loading time

This commit is contained in:
Gabe Yuan
2023-08-06 23:24:50 +08:00
parent 3427632da1
commit 5443392465
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@ const App = () => {
if (!document.querySelector("header")) { if (!document.querySelector("header")) {
setLoading(false); setLoading(false);
} }
}, 3000); }, 5000);
return () => { return () => {
clearTimeout(timer); clearTimeout(timer);
}; };