Skip to content

Commit

Permalink
Refactor #1825
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 7, 2021
1 parent 18abb0b commit 83f0990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ export default {
},
months() {
if (this.overlay) {
setTimeout(this.updateFocus, 0);
if (!this.focused) {
setTimeout(this.updateFocus, 0);
}
}
},
numberOfMonths() {
Expand Down

0 comments on commit 83f0990

Please sign in to comment.