fix jumping into march 01 from january 29

This commit is contained in:
Johann Hoffmann
2025-02-06 13:18:19 +01:00
parent a0ddde4978
commit fc06ffe0e5
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default {
this.syncOnNextChange = false;
this.focusDate.set(this.date);
} else {
this.focusDate.m += dir;
this.focusDate.moveMonthInDirection(dir)
}
this.$emit('change:range', {
start: new Date(this.focusDate.y, this.focusDate.m, 1),