Skip to content

Commit

Permalink
Fixed bug described in issue pawelmalak#270
Browse files Browse the repository at this point in the history
  • Loading branch information
theryxs committed Aug 29, 2022
1 parent 446b409 commit c03b3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/utility/searchParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ export const searchParser = (searchQuery: string): SearchResult => {

if (prefix === 'l') {
result.isLocal = true;
} else {
result.sameTab = config.searchSameTab;
}


result.sameTab = config.searchSameTab;

if (secondarySearch) {
result.secondarySearch = secondarySearch;
}
Expand Down

0 comments on commit c03b3d9

Please sign in to comment.