mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 18:37:43 +08:00
Fix:修复只读模式下可以全选节点的问题
This commit is contained in:
parent
ad98c0f229
commit
217f5ee95d
@ -464,6 +464,7 @@ class Render {
|
||||
|
||||
// 全选
|
||||
selectAll() {
|
||||
if (this.mindMap.opt.readonly) return
|
||||
walk(
|
||||
this.root,
|
||||
null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user