Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Dec 22, 2023
1 parent e624d0f commit b042266
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@
if (!_showingResults && elResults.textContent) showResults();
});

<<<<<<< HEAD
case 'Enter':
e.preventDefault();
navToHighlightedResult();
break;

case 'Tab':
e.preventDefault();
highlightNextResult(!e.shiftKey);
break;

=======
elResults.addEventListener('pointerenter', e => {
cancelAnimationFrame(animationFrame);
animationFrame = requestAnimationFrame(() => {
Expand Down Expand Up @@ -94,7 +82,6 @@
else if (result.type) crumbs.unshift(result.type);

return sanitizeText(crumbs.join(' › '));
>>>>>>> ad8df5c9 (Redesigned header / footer integration copied from project site. (#5702))
}

const doSearch = async () => {
Expand Down

0 comments on commit b042266

Please sign in to comment.