mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
Delay preload
This commit is contained in:
parent
563b06e680
commit
d5584f8dd4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default function Modals() {
|
||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setTimeout(preload, 1);
|
setTimeout(preload, 1000);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Reference in a new issue