mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Get compose email d-n-d working peacfully with taglist doubleclick item modification
This commit is contained in:
parent
0429580f71
commit
f5c477174a
@ -3946,7 +3946,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
cursor:'move',
|
cursor:'move',
|
||||||
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, .ms-edit-btn',
|
cancel:'.ms-close-btn',
|
||||||
/**
|
/**
|
||||||
* 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
|
||||||
@ -3981,7 +3981,8 @@ app.classes.mail = AppJS.extend(
|
|||||||
{
|
{
|
||||||
jQuery(this).css('css','move');
|
jQuery(this).css('css','move');
|
||||||
}
|
}
|
||||||
});
|
}).draggable('disable');
|
||||||
|
setTimeout(function(){dragItem.draggable('enable');},400)
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user