Fixed drag and drop on Firefox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user