mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 18:05:18 +02:00
Fixed bug where pressing Enter with empty search bar would redirect to search results
This commit is contained in:
parent
0b3eb2e87f
commit
0f6d79683e
4 changed files with 14 additions and 8 deletions
|
@ -6,4 +6,5 @@ export interface SearchResult {
|
|||
sameTab: boolean;
|
||||
search: string;
|
||||
query: Query;
|
||||
rawQuery: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue