We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849ed78 commit f053477Copy full SHA for f053477
packages/vuetify/src/components/VSlideGroup/VSlideGroup.tsx
@@ -377,7 +377,7 @@ export const VSlideGroup = genericComponent<new <T>(
377
})
378
379
const hasNext = computed(() => {
380
- if (!containerRef.value) return false
+ if (!containerRef.value || !hasAffixes.value) return false
381
382
const scrollSize = getScrollSize(isHorizontal.value, containerRef.el)
383
const clientSize = getClientSize(isHorizontal.value, containerRef.el)
0 commit comments