fix options loading time
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user