NEZ-2034 fix:优化 缩放相关 导致的位置不正确的问题
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user