From 534bc456be7858e4a53edaa291347134d027a386 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 15 Jan 2023 15:13:33 +1100 Subject: Fix searches failing in certain cases Fix server handling of 'incl' query param Force update of idToEvent for certain searches Adjust search-highlight-removal code to avoid pending-search case Fix event-transition-skipping code in updateLayout() to handle quick repeated calls --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store.ts') diff --git a/src/store.ts b/src/store.ts index 3778649..b3fc48a 100644 --- a/src/store.ts +++ b/src/store.ts @@ -118,7 +118,7 @@ function getDefaultState(): StoreState { }, // Other initialStartDate: new CalDate(1900, 1, 1), - initialEndDate: new CalDate(2000, 1, 1), + initialEndDate: new CalDate(2030, 1, 1), color, borderRadius: 5, transitionDuration: 300, -- cgit v1.2.3