mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +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",
|
"glyph": "L",
|
||||||
"type": "layout",
|
"type": "layout",
|
||||||
"templateUrl": "templates/layout.html",
|
"templateUrl": "templates/layout.html",
|
||||||
"uses": [ "composition" ]
|
"uses": [ "composition" ],
|
||||||
|
"gestures": [ "drop" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "fixed",
|
"key": "fixed",
|
||||||
@ -17,7 +18,8 @@
|
|||||||
"glyph": "3",
|
"glyph": "3",
|
||||||
"type": "telemetry.panel",
|
"type": "telemetry.panel",
|
||||||
"templateUrl": "templates/fixed.html",
|
"templateUrl": "templates/fixed.html",
|
||||||
"uses": [ "composition" ]
|
"uses": [ "composition" ],
|
||||||
|
"gestures": [ "drop" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"representations": [
|
"representations": [
|
||||||
|
Loading…
Reference in New Issue
Block a user