Skip to content

Commit

Permalink
fixes nextcloud#678 in new vue calendar by explicitly trigger calenda…
Browse files Browse the repository at this point in the history
…r rerender (the internal model change has been working already)
  • Loading branch information
ideadapt committed Apr 17, 2019
1 parent 0fd130c commit 6352805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FullCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ export default {

if (params.firstday !== this.currentDate) {
this.calendar.gotoDate(params.firstday)
this.calendar.render()
this.calendar.updateSize()
this.currentDate = params.firstday
}
}
Expand Down

0 comments on commit 6352805

Please sign in to comment.