From 362b03b2259c8f69ac43b26f5552d66226b4e612 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 14 Sep 2022 20:47:07 +1000 Subject: Add missing constraint for auto-mode move-down --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store.ts') diff --git a/src/store.ts b/src/store.ts index d4f87d3..b882101 100644 --- a/src/store.ts +++ b/src/store.ts @@ -122,7 +122,7 @@ function getDefaultState(): StoreState { clickHoldDuration: 400, // ms transitionDuration: 300, // ms animationDelay: 100, // ms - autoActionDelay: 1000, // ms + autoActionDelay: 500, // ms // Other disableShortcuts: false, autoHide: true, -- cgit v1.2.3