mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
[Views] Wire in drop gesture
Support drop gesture from fixed position view and from layout view, WTD-877.
This commit is contained in:
parent
4190941bfb
commit
e158f2811c
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user