diff --git a/src/views/Editor/Canvas/EditableElement.vue b/src/views/Editor/Canvas/EditableElement.vue index 0e09ada2..3ca1bdd6 100644 --- a/src/views/Editor/Canvas/EditableElement.vue +++ b/src/views/Editor/Canvas/EditableElement.vue @@ -6,6 +6,7 @@ :style="{ zIndex: elementIndex }" >
- + - +
@@ -34,6 +36,7 @@ :animation="300" :scroll="true" :scrollSensitivity="50" + @end="handleDragEnd" itemKey="id" > @@ -53,10 +56,11 @@