mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
fix sameTab for prefix==l
This commit is contained in:
@@ -41,9 +41,8 @@ export const searchParser = (searchQuery: string): SearchResult => {
|
|||||||
|
|
||||||
if (prefix === 'l') {
|
if (prefix === 'l') {
|
||||||
result.isLocal = true;
|
result.isLocal = true;
|
||||||
} else {
|
|
||||||
result.sameTab = config.searchSameTab;
|
|
||||||
}
|
}
|
||||||
|
result.sameTab = config.searchSameTab;
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user