mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Deletion fix
This commit is contained in:
@ -31,7 +31,7 @@ interface FormattedEvent {
|
||||
|
||||
// Precompute time constants
|
||||
const DAY_IN_MS = 24 * 60 * 60 * 1000;
|
||||
const PERIOD_IN_MS = 45 * DAY_IN_MS;
|
||||
const PERIOD_IN_MS = 5 * DAY_IN_MS;
|
||||
const TIME_ZONE = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
||||
|
||||
// Memoize date range calculations
|
||||
|
||||
Reference in New Issue
Block a user