Give enough delay to toolbar's drag action in order to avoid confusion between dragging and clicking

This commit is contained in:
Hadi Nategh 2015-02-26 09:21:24 +00:00
parent 7f7e49935c
commit 6c87b988f5

View File

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