Skip to content

Commit 481855d

Browse files
committed
fix(tree): added missing changes from comments
1 parent 62fb3fd commit 481855d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/tree/tree.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,8 @@ export class IgxTreeComponent implements IgxTree, OnInit, AfterViewInit, OnDestr
506506
requestAnimationFrame(() => {
507507
this.selectionService.selectNodesWithNoEvent(toBeSelected);
508508
});
509-
} else {
510-
this.selectionService.selectNodesWithNoEvent(toBeSelected);
511509
}
510+
512511
this.forceSelect = [];
513512
this.nodes.forEach(node => {
514513
node.expandedChange.pipe(takeUntil(this.unsubChildren$)).subscribe(nodeState => {

0 commit comments

Comments
 (0)