mirror of
https://github.com/nasa/openmct.git
synced 2025-01-01 19:06:40 +00:00
[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:
parent
9e4611bcfd
commit
7cabead3bc
@ -78,10 +78,7 @@ define(
|
||||
// the change.
|
||||
if (id) {
|
||||
$q.when(action && action.perform()).then(function (result) {
|
||||
// Broadcast the drop event if it was successful
|
||||
if (result) {
|
||||
broadcastDrop(id, event);
|
||||
}
|
||||
broadcastDrop(id, event);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user