mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 18:48:54 +02:00
Fix adding tabs causing an exception because I forgot to extend the copied tabs list
This commit is contained in:
@@ -1338,6 +1338,7 @@ class TabManager: # {{{
|
||||
for w in t:
|
||||
w.created_in_session_name = session_name
|
||||
self._add_tab(t)
|
||||
tabs = tuple(tabs) + (t,)
|
||||
if as_neighbor:
|
||||
location = 'after'
|
||||
if location == 'neighbor':
|
||||
|
||||
Reference in New Issue
Block a user