Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-06-28 14:34:54 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-06-28 14:34:54 +0300
commitdbc224f615ca0c0c38dd9da2e7321113fe9473c7 (patch)
tree561527edaa0f7955ba6045e7caf214d603822ce5
parente6b4f9fb0b3f755b0192d83d3bd946db472504d8 (diff)
Fix endless loop caused by async event renderingenh/4313/disable-progressive-rendering
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--src/components/CalendarGrid.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CalendarGrid.vue b/src/components/CalendarGrid.vue
index a18c27b5..cd5ce8a4 100644
--- a/src/components/CalendarGrid.vue
+++ b/src/components/CalendarGrid.vue
@@ -148,7 +148,7 @@ export default {
selectMirror: true,
lazyFetching: false,
nowIndicator: true,
- progressiveEventRendering: true,
+ progressiveEventRendering: false,
unselectAuto: false,
// Timezones:
timeZone: this.timezoneId,