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 48932fe commit 9f1d067Copy full SHA for 9f1d067
highlight-helper.js
@@ -457,7 +457,7 @@ function Highlighter(options = hhDefaultOptions) {
457
this.activateHighlight(highlightId);
458
} else if (activeHighlightId && highlightId === activeHighlightId && appearanceChanges.length > 0) {
459
updateSelectionUi('appearance');
460
- } else {
+ } else if (highlightId !== activeHighlightId) {
461
this.drawHighlights([highlightId]);
462
}
463
0 commit comments