mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +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();
|
||||
|
||||
useEffect(() => {
|
||||
setTimeout(preload, 1);
|
||||
setTimeout(preload, 1000);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue