Explorar o código

Update node.js

wangjingf %!s(int64=7) %!d(string=hai) anos
pai
achega
87d591c356
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/tree/src/model/node.js

+ 1 - 1
packages/tree/src/model/node.js

@@ -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;