Merge pull request #3320 from thelounge/xpaw/fix-3309

Fix channel list not working on some touch devices
This commit is contained in:
Pavel Djundik 2019-07-19 22:42:41 +03:00 committed by GitHub
commit 2500602d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"