Moved gesture from individual views up to browse-object.html for now to resolve #423

This commit is contained in:
Henry 2015-12-11 16:42:05 -08:00
parent 367d1b0247
commit cf73f3a0c4
3 changed files with 2 additions and 3 deletions

View File

@ -64,6 +64,7 @@
{
"key": "browse-object",
"templateUrl": "templates/browse-object.html",
"gestures": [ "drop" ],
"uses": [ "view" ]
},
{

View File

@ -9,8 +9,7 @@
"glyph": "L",
"type": "layout",
"templateUrl": "templates/layout.html",
"uses": [],
"gestures": [ "drop" ]
"uses": []
},
{
"key": "fixed",

View File

@ -8,7 +8,6 @@
"glyph": "6",
"templateUrl": "templates/plot.html",
"needs": [ "telemetry" ],
"gestures": [ "drop" ],
"priority": "preferred",
"delegation": true
}