[Containment] Remove condition around drop event
Remove condition (now obsolete) which checked for mutation after drop, for changes for WTD-962.
This commit is contained in:
@@ -78,10 +78,7 @@ define(
|
|||||||
// the change.
|
// the change.
|
||||||
if (id) {
|
if (id) {
|
||||||
$q.when(action && action.perform()).then(function (result) {
|
$q.when(action && action.perform()).then(function (result) {
|
||||||
// Broadcast the drop event if it was successful
|
|
||||||
if (result) {
|
|
||||||
broadcastDrop(id, event);
|
broadcastDrop(id, event);
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user