Fixed drag and drop on Firefox

This commit is contained in:
Stefan Zermatten
2022-11-28 15:39:47 +02:00
parent ec8b9c209c
commit fb98544ae1

View File

@@ -2,8 +2,8 @@
<v-icon
class="handle"
v-bind="$attrs"
@click.stop="() => { }"
@touchstart.native.stop="() => { }"
@click.native="e => { }"
@touchstart.native.stop="e => { }"
@touchend.native="portalEvent"
>
mdi-drag