Merge branch 'feature' of https://github.com/pawelmalak/flame into feature

This commit is contained in:
Paweł Malak
2022-01-08 13:17:26 +01:00

View File

@@ -69,7 +69,8 @@ export const SearchBar = (props: Props): JSX.Element => {
);
if (isLocal) {
setLocalSearch(search);
// no additional encoding required for local search
setLocalSearch(inputRef.current.value);
}
if (e.code === 'Enter' || e.code === 'NumpadEnter') {