From 0292f046da815ac261cd1fc538ceaf09500d95be Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Thu, 18 Jun 2015 15:23:51 -0700 Subject: [PATCH] [Browse Composition] Removed Window Alert Removed commented out code that alerts the user if they cannot perform a drag and drop. Inserted a comment marking where an alert can be placed Issue 11. --- platform/representation/src/gestures/DropGesture.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform/representation/src/gestures/DropGesture.js b/platform/representation/src/gestures/DropGesture.js index 6af53410cf..25bee716cf 100644 --- a/platform/representation/src/gestures/DropGesture.js +++ b/platform/representation/src/gestures/DropGesture.js @@ -109,10 +109,7 @@ define( }); } } -// else { -// // Informs user that drag and drop is not allowed. -// window.alert("Cannot drag and drop objects during browse mode."); -// } + // TODO: Alert user if drag and drop is not allowed } // We can only handle drops if we have access to actions...