mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Delay the drag action for d-n-d emails in compose
This commit is contained in:
parent
a82f7baf2c
commit
9dc4cd76b3
@ -4138,6 +4138,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