diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index e06ea354ea..bc2065eeaa 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -9,6 +9,7 @@ [classNameResizable]: resizable, [classNameRotating]: rotating, [classNameRotatable]: rotatable, + [classNameActive]: enabled , ['linkageSetting']:linkageActive, ['positionChange']:!(dragging || resizing||rotating) }, @@ -22,7 +23,7 @@