Merge e973da3f61
into 3c347c854c
This commit is contained in:
commit
901507b9ae
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export const SearchBar = (props: Props): JSX.Element => {
|
|||
setLocalSearch(encodedURL);
|
||||
}
|
||||
|
||||
if (e.code === 'Enter' || e.code === 'NumpadEnter') {
|
||||
if (e.code === 'Enter' || e.code === 'NumpadEnter' || e.keyCode === 13) {
|
||||
if (!primarySearch.prefix) {
|
||||
// Prefix not found -> emit notification
|
||||
createNotification({
|
||||
|
|
Loading…
Add table
Reference in a new issue