mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
WIP replace jQuery-ui dnd with HTML5 dnd
This commit is contained in:
@ -358,11 +358,8 @@ window.egw_fw_ui_tab = function(_parent, _contHeaderDiv, _contDiv, _icon, _callb
|
||||
|
||||
// If dragging something over the tab, activate that app
|
||||
var tab = this.headerDiv;
|
||||
jQuery(this.headerDiv).droppable({
|
||||
tolerance:"pointer",
|
||||
over: function() {
|
||||
this.headerDiv.addEventListener('dragenter', (event) => {
|
||||
tab._callbackObject.call(tab);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user