mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 20:58:15 +00:00
[Containment] Fire compose instead of link
Fire compose instead of link on drop, since this will match usage for move/copy/link in the future. WTD-962.
This commit is contained in:
@ -55,7 +55,7 @@ define(
|
|||||||
if (selectedObject) {
|
if (selectedObject) {
|
||||||
// TODO: Vary this based on modifier keys
|
// TODO: Vary this based on modifier keys
|
||||||
action = actionCapability.getActions({
|
action = actionCapability.getActions({
|
||||||
key: 'link',
|
key: 'compose',
|
||||||
selectedObject: selectedObject
|
selectedObject: selectedObject
|
||||||
})[0];
|
})[0];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user