Skip to content

Commit

Permalink
lint: format
Browse files Browse the repository at this point in the history
  • Loading branch information
antlionguard committed May 6, 2024
1 parent ccc366e commit 12683d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datepicker/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ export default {
if (this.input) {
this.input.focus();
}
setTimeout(() => {
this.overlayVisible = false;
}, 150);
Expand Down

0 comments on commit 12683d2

Please sign in to comment.