diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-15 14:52:16 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-15 14:52:16 +0700 |
| commit | 4e634a9d3556e94c7ce0729ef9f15b73495b2e28 (patch) | |
| tree | 1f04e5bb360ea4801dfc47a58354ff21b93b34a1 /src/pages/_app.jsx | |
| parent | 3b19ddcd0051f094b4659a35107646d678c2fd0c (diff) | |
product detail desktop
Diffstat (limited to 'src/pages/_app.jsx')
| -rw-r--r-- | src/pages/_app.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index e32efc19..6fe07136 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -25,7 +25,7 @@ function MyApp({ Component, pageProps }) { /> <QueryClientProvider client={queryClient}> <AnimatePresence - mode='wait' + mode='sync' initial={false} onExitComplete={() => window.scrollTo(0, 0)} > |
