mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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',
|
||||
cursorAt:{left:2},
|
||||
//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
|
||||
* @returns {Boolean} return true
|
||||
@ -3981,7 +3981,8 @@ app.classes.mail = AppJS.extend(
|
||||
{
|
||||
jQuery(this).css('css','move');
|
||||
}
|
||||
});
|
||||
}).draggable('disable');
|
||||
setTimeout(function(){dragItem.draggable('enable');},400)
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user