diff --git a/simple-mind-map/src/plugins/NodeImgAdjust.js b/simple-mind-map/src/plugins/NodeImgAdjust.js index a9b9d947..37fce4b7 100644 --- a/simple-mind-map/src/plugins/NodeImgAdjust.js +++ b/simple-mind-map/src/plugins/NodeImgAdjust.js @@ -208,7 +208,10 @@ class NodeImgAdjust { // 渲染完成事件 onRenderEnd() { - if (!this.isAdjusted) return + if (!this.isAdjusted) { + this.hideHandleEl() + return + } this.isAdjusted = false }