diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-08 23:39:37 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-08 23:39:37 +0200 |
commit | 2384b30a244c7d6477e54de5385fe7f1cc62d43a (patch) | |
tree | 55c9f82f9475249a7f91ac44e408e04e9f1c9560 /components/config.ts | |
parent | fd4edbd6a854275c10c5b21173f0875921d547d1 (diff) |
feat(preview): proper file preview with api routing
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', } |