We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a65224 commit c81b872Copy full SHA for c81b872
src/assets/circular.html
@@ -49,7 +49,7 @@
49
@click="toggleRestore"
50
@mousedown="startLongPress"
51
@mouseup="endLongPress"
52
- @touchstart.prevent="startLongPress"
+ @touchstart.passive="startLongPress"
53
@touchend="endLongPress">
54
<div class="capsule">
55
<svg height="48px" viewBox="0 -960 960 960" width="48px" fill="white">
0 commit comments