Skip to content

Commit 8906d6a

Browse files
committed
click時のアニメーションを無効化
1 parent 0438c08 commit 8906d6a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/components/BottomSheetLayer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
v-model="layer"
44
persistent
55
scrollable
6+
no-click-animation
67
:fullscreen="fullscreen"
78
>
89
<v-card class="Layer">

src/components/EditingScreen.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<v-bottom-sheet v-model="screen" persistent scrollable>
2+
<v-bottom-sheet v-model="screen" no-click-animation persistent scrollable>
33
<v-card class="EditingScreen">
44
<v-card-title class="EditingScreen-CardElements">
55
<v-container class="EditingScreen-Container">

src/components/SimpleBottomSheet.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
persistent
66
scrollable
77
hide-overlay
8+
no-click-animationv
89
>
910
<v-card class="card">
1011
<v-card-title class="card-title" />

0 commit comments

Comments
 (0)