Skip to content

Commit 3983450

Browse files
committed
fix: remove flickering on client side navigation between collections
1 parent 64e5a55 commit 3983450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/components/collection/SortSelector.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ const selected = ref(
3838
: options[0]?.value,
3939
)
4040
41-
router.replace({ query: { sortKey: selected.value } })
42-
4341
watch(selected, (newSortKey) => {
4442
if (!newSortKey) return
4543
router.replace({ query: { sortKey: newSortKey } })

0 commit comments

Comments
 (0)