Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 27, 2022
1 parent 0ab96cd commit f6d7bca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/components/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,6 @@ export class UITreeNode implements OnInit {
}
})
export class Tree implements OnInit, AfterContentInit, OnChanges, OnDestroy, BlockableUI {
@ViewChild('treeNode') treeNode: UITreeNode;

@Input() value: TreeNode[];

@Input() selectionMode: string;
Expand Down Expand Up @@ -1376,10 +1374,6 @@ export class Tree implements OnInit, AfterContentInit, OnChanges, OnDestroy, Blo
if (this.dragStopSubscription) {
this.dragStopSubscription.unsubscribe();
}

if (this.treeNode.timeout) {
clearTimeout(this.treeNode.timeout);
}
}
}
@NgModule({
Expand Down

0 comments on commit f6d7bca

Please sign in to comment.