mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Merge branch 'patch-1' of https://github.com/ms-test/kitty
This commit is contained in:
@@ -566,7 +566,7 @@ class Splits(Layout):
|
||||
ans['one'] = p.one
|
||||
if isinstance(p.two, Pair):
|
||||
ans['two'] = add_pair(p.two)
|
||||
elif p.one is not None:
|
||||
elif p.two is not None:
|
||||
ans['two'] = p.two
|
||||
return ans
|
||||
|
||||
|
||||
Reference in New Issue
Block a user