Commit 34471f76 authored by hetech's avatar hetech Committed by GitHub

Update node.js

parent eaba7846
...@@ -111,7 +111,7 @@ export default class Node { ...@@ -111,7 +111,7 @@ export default class Node {
} else if (this.level > 0 && store.lazy && store.defaultExpandAll) { } else if (this.level > 0 && store.lazy && store.defaultExpandAll) {
this.expand(); this.expand();
} }
if (this.data && !Array.isArray(this.data)) { if (!Array.isArray(this.data)) {
markNodeData(this, this.data); markNodeData(this, this.data);
} }
if (!this.data) return; if (!this.data) return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment