We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe92927 commit e732773Copy full SHA for e732773
1 file changed
docs/src/assets/js/search.js
@@ -231,7 +231,7 @@ if (poweredByLink) {
231
232
if (resultsElement) {
233
resultsElement.addEventListener('keydown', (e) => {
234
- if (e.key !== "ArrowUp" && e.key !== "ArrowDown" && e.key !== "Tab" && e.key !== 'Shift') {
+ if (e.key !== "ArrowUp" && e.key !== "ArrowDown" && e.key !== "Tab" && e.key !== 'Shift' && e.key !== "Enter") {
235
searchInput.focus();
236
}
237
});
0 commit comments