diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index 3bdf0ca834..ff5a1743bc 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -1197,7 +1197,6 @@ export default { // 如果辅助设计 需要最后调整矩阵 if (this.canvasStyleData.auxiliaryMatrix) { - debugger this.recordMatrixCurStyle() } this.hasMove && this.$store.commit('recordSnapshot') diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index e5ac674f86..a10a64e971 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -40,6 +40,8 @@ :prop-value="item.propValue" :element="item" :out-style="getShapeStyleInt(item.style)" + :edit-mode="'edit'" + :active="item === curComponent" @input="handleInput" /> -
- -
-
-
-
-
+
+ +
+
+
+
+