Fixed drag and drop on Firefox
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
<v-icon
|
<v-icon
|
||||||
class="handle"
|
class="handle"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
@click.stop="() => { }"
|
@click.native="e => { }"
|
||||||
@touchstart.native.stop="() => { }"
|
@touchstart.native.stop="e => { }"
|
||||||
@touchend.native="portalEvent"
|
@touchend.native="portalEvent"
|
||||||
>
|
>
|
||||||
mdi-drag
|
mdi-drag
|
||||||
|
|||||||
Reference in New Issue
Block a user