Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Nov 14, 2024
1 parent c23e543 commit 450c1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/search/containers/SearchApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const SearchApp = ({
return {
// The typeahead suggestion box doesn't always exist in the DOM. This means we'll always
// run into race conditions trying to track whether a typeahead suggestion was clicked before
// the form is submitted
// the form is submitted. keywordPosition and keywordSelected will always be undefined
keywordPosition: undefined,
keywordSelected: undefined,
path: document.location.pathname,
Expand Down

0 comments on commit 450c1fb

Please sign in to comment.