Fix channel list not working on some touch devices

Fixes #3309
This commit is contained in:
Pavel Djundik 2019-07-19 14:27:59 +03:00
parent 9ef5c6c67e
commit a7bdc99d47

View file

@ -6,6 +6,7 @@
v-else
:list="networks"
:filter="isCurrentlyInTouch"
:prevent-on-filter="false"
handle=".lobby"
draggable=".network"
ghost-class="ui-sortable-ghost"
@ -49,6 +50,7 @@
drag-class="ui-sortable-dragged"
:group="network.uuid"
:filter="isCurrentlyInTouch"
:prevent-on-filter="false"
:list="network.channels"
class="channels"
@change="onChannelSort"