From 654e71bfacc273a964a5b620e98bd504cef85460 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 26 Jul 2021 17:16:25 +0200 Subject: removed initialMouse --- components/config.ts | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'components/config.ts') diff --git a/components/config.ts b/components/config.ts index a60c626..7cfe85a 100644 --- a/components/config.ts +++ b/components/config.ts @@ -49,19 +49,6 @@ export const initialFilter = { date: [], } -// 0: never -// 1: hover -// 2: click -// 3: doubleclick -// 4: rightclick -export const initialMouse = { - highlight: 1, - select: 2, - open: 2, - local: 3, - follow: 4, -} - function getAlgos(option?: boolean) { const options: string[] = [] const algorithms: { [name: string]: (percent: number) => number } = {} -- cgit v1.2.3