summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-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',
+}