Fix:修复一些情况下多选节点时的框选区域没有消失的问题

This commit is contained in:
wanglin2 2023-10-06 13:47:47 +08:00
parent 89ebc9a1fa
commit b959e90723

View File

@ -184,6 +184,7 @@ class Select {
// 创建矩形
createRect(x, y) {
if (this.rect) this.rect.remove()
this.rect = this.mindMap.svg
.polygon()
.stroke({