diff --git a/CHANGELOG.md b/CHANGELOG.md index c0083f7ed..e736d445e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v. 0.2.1 | WIP +## v. 0.3.0 | WIP ### Parser @@ -47,6 +47,7 @@ ### App - General + - Added chart scroll button for nice animations à la Wicked - Added a backup API in case the main one fails or is offline - Complete redesign of the datasets object - Removed import of routes in JSON in favor for hardcoded typed routes in string format which resulted in: diff --git a/app/src/app/components/frames/chart/components/chart.tsx b/app/src/app/components/frames/chart/components/chart.tsx index c457a0acb..c6fcdb9e5 100644 --- a/app/src/app/components/frames/chart/components/chart.tsx +++ b/app/src/app/components/frames/chart/components/chart.tsx @@ -24,7 +24,6 @@ export function Chart({ if (requestIdleCallbackPossible) { const idleCallback = requestIdleCallback(() => { wasIdle.set(true); - cancelIdleCallback(idleCallback); }); onCleanup(() => {