Merge pull request #303 from dataease/pr@v1.1@fix_panel_edit-havemove

fix:矩阵设计模式下点击一次组件也不需保存镜像
This commit is contained in:
王嘉豪 2021-07-23 11:32:15 +08:00 committed by GitHub
commit 25f6acecde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {