mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +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
7f7e49935c
commit
6c87b988f5
@ -293,6 +293,7 @@ var et2_toolbar = et2_DOMWidget.extend([et2_IInput],
|
||||
toolbar.draggable({
|
||||
cancel:true,
|
||||
zIndex: 1000,
|
||||
delay: 500,
|
||||
//revert:"invalid",
|
||||
containment: "document",
|
||||
cursor: "move",
|
||||
|
Loading…
Reference in New Issue
Block a user