Commit 7560baed authored by Yechang's avatar Yechang
Browse files

chore: for better ux

parent f0dd6d4d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -106,7 +106,11 @@

	if (browser) {
		pageIndex.subscribe((p) => {
			goto(`?page=${p}`);
			goto(`?page=${p}`, {
				keepFocus: true,
				noScroll: true,
				replaceState: false
			});
			// invalidate('submissions');
		});
	}