mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 15:29:20 +00:00
[Timeline] Don't suppress move during editing
...to allow this action to be used to support Timeline drag-and-drop.
This commit is contained in:
parent
5034e88656
commit
7eaffdc34a
@ -28,7 +28,7 @@ define(
|
||||
[],
|
||||
function () {
|
||||
"use strict";
|
||||
var DISALLOWED_ACTIONS = ["move", "copy", "link", "window", "follow"];
|
||||
var DISALLOWED_ACTIONS = ["copy", "link", "window", "follow"];
|
||||
/**
|
||||
* The ActionCapability allows applicable Actions to be retrieved and
|
||||
* performed for specific domain objects, e.g.:
|
||||
|
Loading…
x
Reference in New Issue
Block a user