mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[Selection] Add adapter for context menu
This commit is contained in:
parent
c46c42e576
commit
152f55652f
9
src/adapter/gestures/AdaptedContextMenuGesture.js
Normal file
9
src/adapter/gestures/AdaptedContextMenuGesture.js
Normal file
@ -0,0 +1,9 @@
|
||||
define(
|
||||
function () {
|
||||
function AdaptedContextMenuGesture(openmct, element, domainObject) {
|
||||
this.destroy = openmct.gestures.contextMenu(element, domainObject);
|
||||
}
|
||||
|
||||
return AdaptedContextMenuGesture;
|
||||
}
|
||||
);
|
Loading…
Reference in New Issue
Block a user