fix time entries incorrectly not updating in calendar

the synced snapDuration cause incorrect noops on updates f.e. 15:55-16:00 on a 15 minute snap
This commit is contained in:
Gregor Vostrak
2026-02-24 19:38:55 +01:00
parent c60cff04ce
commit f582adab0d
@@ -368,7 +368,7 @@ const calendarOptions = computed(() => {
slotDuration: formatDuration(s.slotMinutes * 60),
slotLabelInterval: '01:00:00',
slotLabelFormat: getSlotLabelFormat(),
snapDuration: formatDuration(s.snapMinutes * 60),
snapDuration: '00:01:00',
firstDay: getFirstDay(),
allDaySlot: false,
nowIndicator: true,