Skip to content

Commit

Permalink
NAS-129988: Highlight search results with an arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 committed Jul 17, 2024
1 parent f2767a3 commit 0fd8a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/directives/ui-search.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class UiSearchDirective implements OnInit, OnDestroy {
}, searchDelayConst * 1.5);
}

highlightAndClickElement(anchorRef: HTMLElement, shouldClick = false): void {
private highlightAndClickElement(anchorRef: HTMLElement, shouldClick = false): void {
if (!anchorRef) return;

const arrowPointer = this.createArrowPointer();
Expand Down

0 comments on commit 0fd8a5a

Please sign in to comment.