From 1541dde979d201860f7f43e369f050d4ece00574 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 29 Jul 2021 11:14:23 +0200 Subject: added websocket checks and 3d labels --- components/config.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/config.ts') diff --git a/components/config.ts b/components/config.ts index 2c7a1b6..4de0e2d 100644 --- a/components/config.ts +++ b/components/config.ts @@ -90,3 +90,7 @@ export const initialVisuals = { linkHighlight: '', backgroundColor: 'white', } + +export const initialBehavior = { + follow: 'Zoom', +} -- cgit v1.2.3