diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-15 15:13:33 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-15 15:13:33 +1100 |
| commit | 534bc456be7858e4a53edaa291347134d027a386 (patch) | |
| tree | 70b53707ba502da38368b69f92513824b557a9f8 /src/store.ts | |
| parent | 356ffa2250c66c442cfa8c4e638ca53926396a65 (diff) | |
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
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
