Skip to content

Commit 3ce7d5f

Browse files
committed
fix: increase wait time for showing datatips to 100ms
1 parent c354bd9 commit 3ce7d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"title": "Hover/Stay Time",
1616
"description": "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].",
1717
"type": "number",
18-
"default": 80
18+
"default": 100
1919
},
2020
"glowOnHover": {
2121
"title": "Glow on hover",

0 commit comments

Comments
 (0)