Skip to content

Commit

Permalink
fix: issue-12718 - parent node in tree with virtual scroll always und…
Browse files Browse the repository at this point in the history
…efined
  • Loading branch information
IrwinJuice committed Mar 18, 2024
1 parent d851f38 commit efba67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ export class UITreeNode implements OnInit {
[level]="rowNode.level"
[rowNode]="rowNode"
[node]="rowNode.node"
[parentNode]="rowNode.parent"
[firstChild]="firstChild"
[lastChild]="lastChild"
[index]="getIndex(scrollerOptions, index)"
Expand Down

0 comments on commit efba67b

Please sign in to comment.