forked from extern/egroupware
Delay the drag action for d-n-d emails in compose
This commit is contained in:
parent
d9a5f82334
commit
65adf87c4e
@ -4051,6 +4051,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
cursorAt:{left:2},
|
cursorAt:{left:2},
|
||||||
//cancel dragging on close button to avoid conflict with close action
|
//cancel dragging on close button to avoid conflict with close action
|
||||||
cancel:'.ms-close-btn',
|
cancel:'.ms-close-btn',
|
||||||
|
delay: '300',
|
||||||
/**
|
/**
|
||||||
* function to act on draggable item on revert's event
|
* function to act on draggable item on revert's event
|
||||||
* @returns {Boolean} return true
|
* @returns {Boolean} return true
|
||||||
|
Loading…
Reference in New Issue
Block a user