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