ace editor, markdown editor
This commit is contained in:
@ -830,8 +830,10 @@
|
||||
}
|
||||
|
||||
if (!isSilent) {
|
||||
if(parentNode.Subs.length > 0) {
|
||||
if(parentNode.Subs && parentNode.Subs.length > 0) {
|
||||
view.expandCollapseParentNode(setting, parentNode, true);
|
||||
} else {
|
||||
parentNode.Subs = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user