Skip to content

Commit c81b872

Browse files
committed
fix control play
1 parent 6a65224 commit c81b872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/circular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
@click="toggleRestore"
5050
@mousedown="startLongPress"
5151
@mouseup="endLongPress"
52-
@touchstart.prevent="startLongPress"
52+
@touchstart.passive="startLongPress"
5353
@touchend="endLongPress">
5454
<div class="capsule">
5555
<svg height="48px" viewBox="0 -960 960 960" width="48px" fill="white">

0 commit comments

Comments
 (0)