diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/config.ts b/components/config.ts index 0fe4bc1..e1923f2 100644 --- a/components/config.ts +++ b/components/config.ts @@ -119,8 +119,8 @@ export const initialBehavior = { export const initialMouse = { highlight: 'hover', - local: 'click', - follow: 'double', + local: 'double', + follow: 'never', context: 'right', preview: 'click', } |