Commit 87d591c3 authored by wangjingf's avatar wangjingf Committed by GitHub

Update node.js

parent 07af6acf
...@@ -112,7 +112,7 @@ export default class Node { ...@@ -112,7 +112,7 @@ export default class Node {
this.expand(); this.expand();
} }
if (!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;
const defaultExpandedKeys = store.defaultExpandedKeys; const defaultExpandedKeys = store.defaultExpandedKeys;
......
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