mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
Fix:修复一些小问题
This commit is contained in:
@@ -375,6 +375,7 @@ class Node {
|
||||
|
||||
// 定位节点内容
|
||||
layout() {
|
||||
if (!this.group) return
|
||||
// 清除之前的内容
|
||||
this.group.clear()
|
||||
const { hoverRectPadding, tagPosition } = this.mindMap.opt
|
||||
|
||||
Reference in New Issue
Block a user