Fix:修复调整图片大小的按钮在节点操作后没有更新的问题
This commit is contained in:
parent
17ea049393
commit
55da8eac83
@ -208,7 +208,10 @@ class NodeImgAdjust {
|
|||||||
|
|
||||||
// 渲染完成事件
|
// 渲染完成事件
|
||||||
onRenderEnd() {
|
onRenderEnd() {
|
||||||
if (!this.isAdjusted) return
|
if (!this.isAdjusted) {
|
||||||
|
this.hideHandleEl()
|
||||||
|
return
|
||||||
|
}
|
||||||
this.isAdjusted = false
|
this.isAdjusted = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user