Skip to content

Commit 7012ad1

Browse files
committed
fix: reduce the latency from 100ms to 80ms
1 parent 7253200 commit 7012ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const config = {
8383
description:
8484
"The time that the mouse/cursor should hover/stay to show a datatip. Also specifies the time that the datatip is still shown when the mouse/cursor moves [ms].",
8585
type: "number",
86-
default: 100,
86+
default: 80,
8787
},
8888
glowOnHover: {
8989
title: "Glow on hover",

0 commit comments

Comments
 (0)