Skip to content

Commit

Permalink
refactor on #14628
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Feb 1, 2024
1 parent 8501691 commit 9f711f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV
this.updateModel(value, event);
setTimeout(() => {
this.onChange.emit({ originalEvent: event, value: value });
});
}, 1);

!this.overlayVisible && ObjectUtils.isNotEmpty(value) && this.show();
}
Expand Down

0 comments on commit 9f711f5

Please sign in to comment.