Skip to content

Commit

Permalink
v4 Enable enter on search #3176
Browse files Browse the repository at this point in the history
  • Loading branch information
AishwaryaAgr authored and AishwaryaAgr committed Oct 1, 2024
1 parent 64b349e commit b0d635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/keyboardShortcut.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@ document.addEventListener("keydown", (event) => {
event.target.blur();
document.body.focus();
}
});
});

0 comments on commit b0d635c

Please sign in to comment.