Fix:修复只读模式下可以全选节点的问题

This commit is contained in:
wanglin2 2023-11-20 15:15:57 +08:00
parent ad98c0f229
commit 217f5ee95d

View File

@ -464,6 +464,7 @@ class Render {
// 全选
selectAll() {
if (this.mindMap.opt.readonly) return
walk(
this.root,
null,