From 671afb4dc4214e7d916479d6a55e74c5c05ef618 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 26 Jul 2021 19:46:25 +0200 Subject: fixed most typeerrors --- components/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/config.ts b/components/config.ts index 2153445..80f89d1 100644 --- a/components/config.ts +++ b/components/config.ts @@ -45,8 +45,8 @@ export const initialPhysics = { highlightLinkSize: 2, highlightAnim: false, animationSpeed: 250, - algorithms: options, - algorithmOptions: algorithms, + algorithms: algorithms, + algorithmOptions: options, algorithmName: 'CubicOut', orphans: false, follow: 'Local', -- cgit v1.2.3