From 2384b30a244c7d6477e54de5385fe7f1cc62d43a Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 8 Oct 2021 23:39:37 +0200 Subject: feat(preview): proper file preview with api routing --- components/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/config.ts') 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', } -- cgit v1.2.3