This commit is contained in:
les
2021-03-07 21:32:44 +01:00
parent 694e3a4a2d
commit 9e2ea87691

View File

@@ -140,7 +140,7 @@ export default {
return
}
this.start = dayjs(date).startOf('day').unix()
this.end = dayjs(day).endOf('day').unix()
this.end = dayjs(date).endOf('day').unix()
this.selectedDay = date
this.updateEvents()
}