mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
Give enough delay to toolbar's drag action in order to avoid confusion between dragging and clicking
This commit is contained in:
parent
800700ca39
commit
caf5a69a8f
@ -293,6 +293,7 @@ var et2_toolbar = et2_DOMWidget.extend([et2_IInput],
|
|||||||
toolbar.draggable({
|
toolbar.draggable({
|
||||||
cancel:true,
|
cancel:true,
|
||||||
zIndex: 1000,
|
zIndex: 1000,
|
||||||
|
delay: 500,
|
||||||
//revert:"invalid",
|
//revert:"invalid",
|
||||||
containment: "document",
|
containment: "document",
|
||||||
cursor: "move",
|
cursor: "move",
|
||||||
|
Loading…
Reference in New Issue
Block a user