Fix:修复一些小问题

This commit is contained in:
街角小林
2024-08-15 15:49:33 +08:00
parent 0d1b9dfff4
commit bc56f90595
2 changed files with 2 additions and 1 deletions

View File

@@ -375,6 +375,7 @@ class Node {
// 定位节点内容
layout() {
if (!this.group) return
// 清除之前的内容
this.group.clear()
const { hoverRectPadding, tagPosition } = this.mindMap.opt