Fix:修复调整图片大小的按钮在节点操作后没有更新的问题

This commit is contained in:
wanglin2
2023-07-29 10:45:25 +08:00
parent 17ea049393
commit 55da8eac83

View File

@@ -208,7 +208,10 @@ class NodeImgAdjust {
// 渲染完成事件
onRenderEnd() {
if (!this.isAdjusted) return
if (!this.isAdjusted) {
this.hideHandleEl()
return
}
this.isAdjusted = false
}