Skip to content

Commit 1ed0a4e

Browse files
committed
0
1 parent 9611bd7 commit 1ed0a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routers/MemoryRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function createMemoryHistory() {
4040
if (scroll) {
4141
scrollToHash(value.split("#")[1] || "", true);
4242
}
43-
}, 1000);
43+
}, 0);
4444

4545
},
4646
back: () => {

0 commit comments

Comments
 (0)