forked from extern/egroupware
Include jQuery's UI object in drop action for location
This commit is contained in:
parent
e948a270f6
commit
555de8e540
@ -343,6 +343,9 @@ function egwDropActionImplementation()
|
||||
|
||||
if (cnt == 1)
|
||||
{
|
||||
// Add ui, so you know what happened where
|
||||
lnk.actionObj.ui = ui;
|
||||
|
||||
window.setTimeout(function() {
|
||||
lnk.actionObj.execute(selected, _context);
|
||||
},0);
|
||||
|
Loading…
Reference in New Issue
Block a user