Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Feb 14, 2024
1 parent dc7ed4f commit 4157578
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/components/listbox/listbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1439,4 +1439,3 @@ export class Listbox implements AfterContentInit, OnInit, ControlValueAccessor,
declarations: [Listbox]
})
export class ListboxModule {}

2 changes: 1 addition & 1 deletion src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ export class TreeSelect implements AfterContentInit {
originalEvent: event,
filteredValue: this.treeViewChild?.filteredNodes
});
setTimeout(() => {
setTimeout(() => {
this.overlayViewChild.alignOverlay();
});
}
Expand Down

0 comments on commit 4157578

Please sign in to comment.