We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c1522 commit 3cc2899Copy full SHA for 3cc2899
src/editor/codemirror/CodeMirror.tsx
@@ -122,7 +122,7 @@ const CodeMirror = ({
122
dndSupport({ sessionSettings, setSessionSettings }),
123
// Extensions only relevant for editing:
124
// Order of lintGutter and lineNumbers determines how they are displayed.
125
- lintGutter(),
+ lintGutter({ hoverTime: 0 }),
126
lineNumbers(),
127
highlightActiveLineGutter(),
128
highlightActiveLine(),
0 commit comments