diff --git a/platform/representation/src/gestures/DropGesture.js b/platform/representation/src/gestures/DropGesture.js index b2414da07b..6af53410cf 100644 --- a/platform/representation/src/gestures/DropGesture.js +++ b/platform/representation/src/gestures/DropGesture.js @@ -108,10 +108,11 @@ define( broadcastDrop(id, event); }); } - } else { - // Informs user that drag and drop is not allowed. - window.alert("Cannot drag and drop objects during browse mode."); } +// else { +// // Informs user that drag and drop is not allowed. +// window.alert("Cannot drag and drop objects during browse mode."); +// } } // We can only handle drops if we have access to actions...