summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-29 11:14:23 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-29 11:14:23 +0200
commit1541dde979d201860f7f43e369f050d4ece00574 (patch)
tree7e98cd89e15a31ed11529c68f792c93208bab80a /components/config.ts
parentc1ed467b2649bf2c99fea762efcc6684893da6d9 (diff)
added websocket checks and 3d labels
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts4
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',
+}