Fix #5894
This commit is contained in:
parent
ce161e610f
commit
009fd6418c
1 changed files with 2 additions and 1 deletions
|
|
@ -486,7 +486,8 @@ def tab_for_window(self, window: Window) -> Optional[Tab]:
|
|||
|
||||
def match_tabs(self, match: str) -> Iterator[Tab]:
|
||||
if match == 'all':
|
||||
return self.all_tabs
|
||||
yield from self.all_tabs
|
||||
return
|
||||
from .search_query_parser import search
|
||||
tm = self.active_tab_manager
|
||||
if current_focused_os_window_id() <= 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue