diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index 29cda42516..53df3eba91 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -1474,7 +1474,7 @@ export default { style.width = width style.height = height style.rotate = this.rotate - this.hasMove = true + // this.hasMove = true this.$store.commit('setShapeStyle', style) }, mountedFunction() {