Skip to content

Commit

Permalink
Merge pull request #4131 from nextcloud/enh/noid/fix-scrolling
Browse files Browse the repository at this point in the history
fix auto scroll when clicking on any event in week view
  • Loading branch information
st3iny authored Apr 14, 2022
2 parents a1c5abb + e09e395 commit 6fdad99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CalendarGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ export default {
unselectAuto: false,
// Timezones:
timeZone: this.timezoneId,
// Disable jumping in week view and day view when clicking on any event using the simple editor
scrollTimeReset: false,
}
},
eventSources() {
Expand Down

0 comments on commit 6fdad99

Please sign in to comment.