Sync flatpickr when clicking on choose a date
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-11-28 13:09:28 +01:00
parent 4a2a0604c2
commit 6addbcf8bd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ export default {
newDate.setMinutes(0)
newDate.setSeconds(0)
this.date = newDate
this.flatPickrDate = newDate
this.updateData()
},
getDayIntervalFromString(date) {