From cf73f3a0c42240dcf51909008072ad4588a5a288 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 11 Dec 2015 16:42:05 -0800 Subject: [PATCH] Moved gesture from individual views up to browse-object.html for now to resolve #423 --- platform/commonUI/browse/bundle.json | 1 + platform/features/layout/bundle.json | 3 +-- platform/features/plot/bundle.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index a08865b946..fb74dc0e4a 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -64,6 +64,7 @@ { "key": "browse-object", "templateUrl": "templates/browse-object.html", + "gestures": [ "drop" ], "uses": [ "view" ] }, { diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 3f710d4371..75aca9a4a9 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -9,8 +9,7 @@ "glyph": "L", "type": "layout", "templateUrl": "templates/layout.html", - "uses": [], - "gestures": [ "drop" ] + "uses": [] }, { "key": "fixed", diff --git a/platform/features/plot/bundle.json b/platform/features/plot/bundle.json index 0ea025bb4f..d367c028cb 100644 --- a/platform/features/plot/bundle.json +++ b/platform/features/plot/bundle.json @@ -8,7 +8,6 @@ "glyph": "6", "templateUrl": "templates/plot.html", "needs": [ "telemetry" ], - "gestures": [ "drop" ], "priority": "preferred", "delegation": true }