You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/config.json
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,5 @@
16
16
"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].",
17
17
"type": "number",
18
18
"default": 100
19
-
},
20
-
"glowOnHover": {
21
-
"title": "Glow on hover",
22
-
"description": "Should the datatip glow when you hover on it?",
Copy file name to clipboardExpand all lines: lib/datatip-manager.ts
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,6 @@ export class DataTipManager {
79
79
/** 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]. */
0 commit comments