...
This commit is contained in:
parent
a4a7d49bed
commit
0fa03da18c
1 changed files with 2 additions and 2 deletions
|
|
@ -1924,9 +1924,9 @@ def chosen(ans: Union[None, str, int]) -> None:
|
|||
if ans is not None:
|
||||
if isinstance(ans, str):
|
||||
if ans == 'new_os_window':
|
||||
self._move_window_to(window=target_window, target_os_window_id='new')
|
||||
self._move_window_to(target_os_window_id='new')
|
||||
elif ans == 'new_tab':
|
||||
self._move_window_to(window=target_window)
|
||||
self._move_window_to(target_tab_id=ans)
|
||||
else:
|
||||
self._move_window_to(target_window, target_tab_id=ans)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue