diff --git a/src/components/AppNavigation/CalendarList/CalendarListItem.vue b/src/components/AppNavigation/CalendarList/CalendarListItem.vue index fee0ee0c5d..7fc13ecd30 100644 --- a/src/components/AppNavigation/CalendarList/CalendarListItem.vue +++ b/src/components/AppNavigation/CalendarList/CalendarListItem.vue @@ -8,15 +8,16 @@ :aria-description="descriptionAppNavigationItem" :name="calendarDisplayName || $t('calendar', 'Untitled calendar')" :class="{deleted: isBeingDeleted, disabled: !calendar.enabled}" - @click.prevent.stop="toggleEnabled" @update:menuOpen="actionsMenuOpen = $event">