Skip to content

Commit 34ca802

Browse files
author
zhiyang
committed
Tree: not check node in lazy mode
1 parent 4130f2a commit 34ca802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tree/src/model/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export default class Node {
314314
if (data instanceof Array) {
315315
if (this.checked) {
316316
this.setChecked(true, true);
317-
} else {
317+
} else if (!this.store.checkStrictly) {
318318
reInitChecked(this);
319319
}
320320
done();

0 commit comments

Comments
 (0)