mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Merge pull request #3320 from thelounge/xpaw/fix-3309
Fix channel list not working on some touch devices
This commit is contained in:
commit
2500602d3b
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue