mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
...
This commit is contained in:
parent
2a6870b21f
commit
499eb3c3c2
1 changed files with 2 additions and 1 deletions
|
|
@ -221,7 +221,8 @@ class Tab: # {{{
|
|||
if window.resize_spec is not None:
|
||||
self.resize_window(*window.resize_spec)
|
||||
|
||||
self.windows.set_active_window_group_for(self.windows.all_windows[session_tab.active_window_idx])
|
||||
with suppress(IndexError):
|
||||
self.windows.set_active_window_group_for(self.windows.all_windows[session_tab.active_window_idx])
|
||||
|
||||
def serialize_state(self) -> Dict[str, Any]:
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue