[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:
@@ -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.:
|
||||
|
||||
Reference in New Issue
Block a user