diff --git a/platform/representation/src/gestures/DropGesture.js b/platform/representation/src/gestures/DropGesture.js index 4f1059bbec..2185bf0e21 100644 --- a/platform/representation/src/gestures/DropGesture.js +++ b/platform/representation/src/gestures/DropGesture.js @@ -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); }); }