Skip to content

Commit 1a18235

Browse files
committed
fix: tab splitter visible issue
1 parent 5514c56 commit 1a18235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ViewModels/Launcher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public void CloseTab(object param)
158158
ActivePage = Pages[removeIdx == Pages.Count - 1 ? removeIdx - 1 : removeIdx + 1];
159159
CloseRepositoryInTab(page);
160160
Pages.RemoveAt(removeIdx);
161+
UpdateTabSplitterVisible();
161162
}
162163
else if (removeIdx + 1 == activeIdx)
163164
{

0 commit comments

Comments
 (0)