Fix:修复只读模式下可以全选节点的问题
This commit is contained in:
parent
ad98c0f229
commit
217f5ee95d
@ -464,6 +464,7 @@ class Render {
|
|||||||
|
|
||||||
// 全选
|
// 全选
|
||||||
selectAll() {
|
selectAll() {
|
||||||
|
if (this.mindMap.opt.readonly) return
|
||||||
walk(
|
walk(
|
||||||
this.root,
|
this.root,
|
||||||
null,
|
null,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user