Skip to content

Commit 3cc2899

Browse files
No hover delay for gutter tooltips
1 parent 53c1522 commit 3cc2899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/codemirror/CodeMirror.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const CodeMirror = ({
122122
dndSupport({ sessionSettings, setSessionSettings }),
123123
// Extensions only relevant for editing:
124124
// Order of lintGutter and lineNumbers determines how they are displayed.
125-
lintGutter(),
125+
lintGutter({ hoverTime: 0 }),
126126
lineNumbers(),
127127
highlightActiveLineGutter(),
128128
highlightActiveLine(),

0 commit comments

Comments
 (0)