Skip to content

Commit

Permalink
Merge branch 'dev' into feat/Ability_to_sort_descending_on_first
Browse files Browse the repository at this point in the history
  • Loading branch information
berrywhj authored Oct 30, 2024
2 parents 8513b15 + 70db0c7 commit ab647cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/composables/virtual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export function useVirtual <T> (props: VirtualProps, items: Ref<readonly T[]>) {
offsets = Array.from({ length: items.value.length })
updateOffsets.immediate()
calculateVisibleItems()
}, { deep: true })
}, { deep: 1 })

return {
calculateVisibleItems,
Expand Down

0 comments on commit ab647cd

Please sign in to comment.