From aae8f1575ddc8a21fcd50eda8e3f58c309296adb Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 8 Dec 2015 16:28:30 -0800 Subject: [PATCH] Disabled drop gesture on browse-object to prevent drop being triggered twice --- platform/commonUI/browse/bundle.json | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index 8c8f52af21..a08865b946 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -64,7 +64,6 @@ { "key": "browse-object", "templateUrl": "templates/browse-object.html", - "gestures": ["drop"], "uses": [ "view" ] }, {