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 4cdb348 commit 6a65224Copy full SHA for 6a65224
src/assets/circular.html
@@ -42,14 +42,14 @@
42
<div
43
class="orbit-6 panel"
44
ref="time_panel"
45
- @mousedown="startDrag" @touchstart.passive="startDrag"
+ @mousedown="startDrag" @touchstart.prevent="startDrag"
46
></div>
47
<div class="orbit-0">
48
<div class="satellite grow-0.8x control"
49
@click="toggleRestore"
50
@mousedown="startLongPress"
51
@mouseup="endLongPress"
52
- @touchstart.passive="startLongPress"
+ @touchstart.prevent="startLongPress"
53
@touchend="endLongPress">
54
<div class="capsule">
55
<svg height="48px" viewBox="0 -960 960 960" width="48px" fill="white">
0 commit comments