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 dc4198f commit 8019d7cCopy full SHA for 8019d7c
addon/search/match-highlighter.js
@@ -72,7 +72,7 @@
72
cm.addOverlay(state.overlay = makeOverlay(query, hasBoundary, style));
73
if (state.options.annotateScrollbar && cm.showMatchesOnScrollbar) {
74
var searchFor = hasBoundary ? new RegExp("\\b" + query + "\\b") : query;
75
- state.matchesonscroll = cm.showMatchesOnScrollbar(searchFor, true,
+ state.matchesonscroll = cm.showMatchesOnScrollbar(searchFor, false,
76
{className: "CodeMirror-selection-highlight-scrollbar"});
77
}
78
0 commit comments