mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 18:37:43 +08:00
Fix:修复调整图片大小的按钮在节点操作后没有更新的问题
This commit is contained in:
parent
17ea049393
commit
55da8eac83
@ -208,7 +208,10 @@ class NodeImgAdjust {
|
||||
|
||||
// 渲染完成事件
|
||||
onRenderEnd() {
|
||||
if (!this.isAdjusted) return
|
||||
if (!this.isAdjusted) {
|
||||
this.hideHandleEl()
|
||||
return
|
||||
}
|
||||
this.isAdjusted = false
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user