diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-29 11:14:23 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-29 11:14:23 +0200 |
commit | 1541dde979d201860f7f43e369f050d4ece00574 (patch) | |
tree | 7e98cd89e15a31ed11529c68f792c93208bab80a /components/config.ts | |
parent | c1ed467b2649bf2c99fea762efcc6684893da6d9 (diff) |
added websocket checks and 3d labels
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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', +} |