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 }