mirror of
https://github.com/nasa/openmct.git
synced 2025-04-22 18:11:23 +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:
parent
44eb54884b
commit
8f7dcd2018
@ -55,7 +55,7 @@ define(
|
||||
if (selectedObject) {
|
||||
// TODO: Vary this based on modifier keys
|
||||
action = actionCapability.getActions({
|
||||
key: 'link',
|
||||
key: 'compose',
|
||||
selectedObject: selectedObject
|
||||
})[0];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user