Skip to content

Commit

Permalink
chore: add semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
shanpriyan committed Dec 24, 2022
1 parent 1a281ce commit 51b967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/search.js
Expand Up @@ -169,7 +169,7 @@ document.addEventListener('keydown', function (e) {
clearSearchResults();
searchInput.focus();
} else if (!searchResults.length && document.activeElement === searchInput) {
searchInput.blur()
searchInput.blur();
}
}

Expand Down

0 comments on commit 51b967d

Please sign in to comment.