[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:
Victor Woeltjen
2015-04-07 20:40:26 -07:00
parent 44eb54884b
commit 8f7dcd2018

View File

@ -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];