mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 05:53:12 +08:00
Fixed bug with app description not updating. Fixed bug with local search prefix not working
This commit is contained in:
@@ -69,8 +69,7 @@ export const SearchBar = (props: Props): JSX.Element => {
|
||||
);
|
||||
|
||||
if (isLocal) {
|
||||
// no additional encoding required for local search
|
||||
setLocalSearch(inputRef.current.value);
|
||||
setLocalSearch(search);
|
||||
}
|
||||
|
||||
if (e.code === 'Enter' || e.code === 'NumpadEnter') {
|
||||
|
||||
Reference in New Issue
Block a user