NEZ-2034 fix:优化 缩放相关 导致的位置不正确的问题

This commit is contained in:
zhangyu
2022-08-10 15:41:08 +08:00
parent fa6d3fe15d
commit 19c9e67ac3
7 changed files with 106 additions and 449 deletions

View File

@@ -1448,7 +1448,6 @@ export default {
},
'selection.pen.data': {
handler (n, o) {
// this.loading = false
if (this.selection.pen && JSON.stringify(this.selection.pen.type) && (JSON.stringify(n) !== JSON.stringify(o)) && o) {
this.$emit('change', this.selection.pen)
}