mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 22:54:46 +08:00
Fixed bug where pressing Enter with empty search bar would redirect to search results
This commit is contained in:
@@ -6,4 +6,5 @@ export interface SearchResult {
|
||||
sameTab: boolean;
|
||||
search: string;
|
||||
query: Query;
|
||||
rawQuery: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user