We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a3f6a commit 76a1fafCopy full SHA for 76a1faf
1 file changed
src/main.js
@@ -243,6 +243,7 @@ function setTheme(theme) {
243
result.contentMatches.push(contentMatch);
244
}
245
246
+ // Mark term as matched.
247
termsMatched[term] = true;
248
249
index = match + term.length;
0 commit comments