From 66352d651901445f2d62d1f3b4efb7ed10927116 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Fri, 10 Oct 2014 22:42:04 +0200 Subject: [PATCH] Added drag-and-drop tolerance --- client/js/shout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/js/shout.js b/client/js/shout.js index f229ea5..8e179eb 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -780,6 +780,7 @@ $(function() { axis: "y", containment: "parent", cursor: "grabbing", + distance: 12, items: ".network", handle: ".lobby", placeholder: "network-placeholder", @@ -802,6 +803,7 @@ $(function() { axis: "y", containment: "parent", cursor: "grabbing", + distance: 12, items: ".chan:not(.lobby)", placeholder: "chan-placeholder", forcePlaceholderSize: true,