Update node.js

This commit is contained in:
wangjingf 2018-05-31 15:08:55 +08:00 committed by GitHub
parent 07af6acf6f
commit 87d591c356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ export default class Node {
this.expand();
}
if (!Array.isArray(this.data)) {
markNodeData(this, this.data);
markNodeData(this, this.data);
}
if (!this.data) return;
const defaultExpandedKeys = store.defaultExpandedKeys;