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 7484049 commit e1c3b9eCopy full SHA for e1c3b9e
addon/lint/lint.js
@@ -226,7 +226,7 @@
226
var state = cm.state.lint = new LintState(cm, parseOptions(cm, val), hasLintGutter);
227
if (state.options.lintOnChange !== false)
228
cm.on("change", onChange);
229
- if (state.options.tooltips != false)
+ if (state.options.tooltips != false && state.options.tooltips != "gutter")
230
CodeMirror.on(cm.getWrapperElement(), "mouseover", state.onMouseOver);
231
232
startLinting(cm);
0 commit comments