Added drag-and-drop tolerance
This commit is contained in:
parent
f42a6487d6
commit
66352d6519
@ -780,6 +780,7 @@ $(function() {
|
|||||||
axis: "y",
|
axis: "y",
|
||||||
containment: "parent",
|
containment: "parent",
|
||||||
cursor: "grabbing",
|
cursor: "grabbing",
|
||||||
|
distance: 12,
|
||||||
items: ".network",
|
items: ".network",
|
||||||
handle: ".lobby",
|
handle: ".lobby",
|
||||||
placeholder: "network-placeholder",
|
placeholder: "network-placeholder",
|
||||||
@ -802,6 +803,7 @@ $(function() {
|
|||||||
axis: "y",
|
axis: "y",
|
||||||
containment: "parent",
|
containment: "parent",
|
||||||
cursor: "grabbing",
|
cursor: "grabbing",
|
||||||
|
distance: 12,
|
||||||
items: ".chan:not(.lobby)",
|
items: ".chan:not(.lobby)",
|
||||||
placeholder: "chan-placeholder",
|
placeholder: "chan-placeholder",
|
||||||
forcePlaceholderSize: true,
|
forcePlaceholderSize: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user