Added drag-and-drop tolerance
This commit is contained in:
parent
f42a6487d6
commit
66352d6519
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user