Skip to content

Commit f34e02a

Browse files
committed
fix: do not show datatip on cursor stay
1 parent d2196b4 commit f34e02a

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
@@ -3,7 +3,7 @@
33
"title": "Show datatip automatically on 'cursor' stay",
44
"description": "If set to true, the data tip is shown as soon as you move your cursor stays on a word. Otherwise you will have to activate it via keypress.",
55
"type": "boolean",
6-
"default": true
6+
"default": false
77
},
88
"showDataTipOnMouseMove": {
99
"description": "If set to true, the data tip is shown as soon as mouse hovers on a word.",

0 commit comments

Comments
 (0)