diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index 2c7a1b6..9c49068 100644 --- a/components/config.ts +++ b/components/config.ts @@ -90,3 +90,8 @@ export const initialVisuals = { linkHighlight: '', backgroundColor: 'white', } + +export const initialBehavior = { + follow: 'Zoom', + followLocalOrZoom: true, +} |