diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-04 15:34:56 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-04 15:34:56 +0200 |
commit | b0ddf286f087b31dc75626f709cfce3889de25dd (patch) | |
tree | 480c65853ef0a8e2de44f567ec95e367fc634a04 /components/config.ts | |
parent | 90820ca13a51b8a7e77d15896b0d34f9aba829fd (diff) |
feat(preview): changed text-retrieval to http
Diffstat (limited to 'components/config.ts')
-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 56664df..0fe4bc1 100644 --- a/components/config.ts +++ b/components/config.ts @@ -122,6 +122,7 @@ export const initialMouse = { local: 'click', follow: 'double', context: 'right', + preview: 'click', } export const colorList = [ |