forked from extern/egroupware
Fix missing drag helper
This commit is contained in:
parent
f33862b8b6
commit
aa47e50f97
@ -187,7 +187,10 @@ function egwDragActionImplementation()
|
||||
.on("drag", function(e) {
|
||||
// Remove the helper, it has been copied into the dataTransfer object now
|
||||
// Hopefully user didn't notice it...
|
||||
ai.helper.remove();
|
||||
if(e.dataTransfer != null)
|
||||
{
|
||||
ai.helper.remove();
|
||||
}
|
||||
});
|
||||
}
|
||||
$j(node).draggable(
|
||||
|
Loading…
Reference in New Issue
Block a user