diff --git a/client/components/NetworkList.vue b/client/components/NetworkList.vue index 97b7616c..3e6d047a 100644 --- a/client/components/NetworkList.vue +++ b/client/components/NetworkList.vue @@ -81,6 +81,9 @@ class="network" role="region" aria-live="polite" + @touchstart="onDraggableTouchStart" + @touchend="onDraggableTouchEnd" + @touchcancel="onDraggableTouchEnd" >