diff --git a/platform/representation/src/gestures/DropGesture.js b/platform/representation/src/gestures/DropGesture.js index 1b6033a28c..4f1059bbec 100644 --- a/platform/representation/src/gestures/DropGesture.js +++ b/platform/representation/src/gestures/DropGesture.js @@ -55,7 +55,7 @@ define( if (selectedObject) { // TODO: Vary this based on modifier keys action = actionCapability.getActions({ - key: 'link', + key: 'compose', selectedObject: selectedObject })[0];