Skip to content

Commit

Permalink
Refactor #11697
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jul 11, 2022
1 parent d6751f1 commit 579b976
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,6 @@ export class Tree implements OnInit,AfterContentInit,OnChanges,OnDestroy,Blockab
}

public scrollToVirtualIndex(index: number) {
console.log('hi?', index)
this.virtualScroll && this.scroller.scrollToIndex(index);
}

Expand Down

0 comments on commit 579b976

Please sign in to comment.