From e158f2811ca1fd4600b6f21c0d5a315b81cfa1d7 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 17 Feb 2015 10:03:48 -0800 Subject: [PATCH] [Views] Wire in drop gesture Support drop gesture from fixed position view and from layout view, WTD-877. --- platform/features/layout/bundle.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 760cd2a686..0ce44d3016 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -9,7 +9,8 @@ "glyph": "L", "type": "layout", "templateUrl": "templates/layout.html", - "uses": [ "composition" ] + "uses": [ "composition" ], + "gestures": [ "drop" ] }, { "key": "fixed", @@ -17,7 +18,8 @@ "glyph": "3", "type": "telemetry.panel", "templateUrl": "templates/fixed.html", - "uses": [ "composition" ] + "uses": [ "composition" ], + "gestures": [ "drop" ] } ], "representations": [