Moved gesture from individual views up to browse-object.html for now to resolve #423
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
{
|
{
|
||||||
"key": "browse-object",
|
"key": "browse-object",
|
||||||
"templateUrl": "templates/browse-object.html",
|
"templateUrl": "templates/browse-object.html",
|
||||||
|
"gestures": [ "drop" ],
|
||||||
"uses": [ "view" ]
|
"uses": [ "view" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
"glyph": "L",
|
"glyph": "L",
|
||||||
"type": "layout",
|
"type": "layout",
|
||||||
"templateUrl": "templates/layout.html",
|
"templateUrl": "templates/layout.html",
|
||||||
"uses": [],
|
"uses": []
|
||||||
"gestures": [ "drop" ]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "fixed",
|
"key": "fixed",
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
"glyph": "6",
|
"glyph": "6",
|
||||||
"templateUrl": "templates/plot.html",
|
"templateUrl": "templates/plot.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"gestures": [ "drop" ],
|
|
||||||
"priority": "preferred",
|
"priority": "preferred",
|
||||||
"delegation": true
|
"delegation": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user