Added drag-and-drop tolerance

This commit is contained in:
Mattias Erming 2014-10-10 22:42:04 +02:00
parent f42a6487d6
commit 66352d6519
1 changed files with 2 additions and 0 deletions

View File

@ -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,