aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-09-14 20:47:07 +1000
committerTerry Truong <terry06890@gmail.com>2022-09-14 20:47:07 +1000
commit362b03b2259c8f69ac43b26f5552d66226b4e612 (patch)
treec38dc60a5e3b6334bcbfa992cd2c5a1503c7745c /src/store.ts
parent8b5538e0a55a83b1ff190cd5ad689827777e73a7 (diff)
Add missing constraint for auto-mode move-down
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts2
1 files changed, 1 insertions, 1 deletions
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,