Skip to content

Commit

Permalink
Fixed #2369 - Calendar | Loses alignment when positioned at the top o…
Browse files Browse the repository at this point in the history
…f the input and the user clicks in the year/month
  • Loading branch information
yigitfindikli committed Mar 30, 2022
1 parent 6f48ac5 commit 890b670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ export default {
responsiveOptions() {
this.destroyResponsiveStyleElement();
this.createResponsiveStyle();
},
currentView() {
Promise.resolve(null).then(() => this.alignOverlay());
}
},
methods: {
Expand Down

0 comments on commit 890b670

Please sign in to comment.