Skip to content

Commit

Permalink
fix(atomic): make toggling highlight of individual keywords work agai…
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo authored Jan 13, 2025
1 parent ed66ba0 commit df0db66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class QuickviewWordHighlight {
}

this.text = this.getText(keywordElementInIframe);
this.indexIdentifier = `${parsed.keywordIdentifier}-${this.text}`;
this.indexIdentifier = `${parsed.keywordIdentifier}`;
this.color = keywordElementInIframe.style.backgroundColor;
this.focusedColor = this.computeInvertedColor();
this.previewBorderColor = this.computeSaturatedColor();
Expand Down

0 comments on commit df0db66

Please sign in to comment.