Skip to content

Commit

Permalink
fix(VSnackbar): make touchstart listener passive
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 30, 2024
1 parent 9504efa commit 24d1066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VSnackbar/VSnackbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const VSnackbar = genericComponent<VSnackbarSlots>()({
scrim={ false }
scrollStrategy="none"
_disableGlobalStack
onTouchstart={ onTouchstart }
onTouchstartPassive={ onTouchstart }
onTouchend={ onTouchend }
{ ...scopeId }
v-slots={{ activator: slots.activator }}
Expand Down

0 comments on commit 24d1066

Please sign in to comment.