Added ability to close non-primary tabs involved in a split view #435
Reference in New Issue
Block a user
Delete Branch "feature/splitview_tab_closing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
When managing multiple tabs involved in a split view, I found myself wanting to fully close specific tabs rather than just un-splitting them. I therefore enabled the ability to close tabs involved in the split view but still prevent the primary tab from being closed.
Changes Made
The code already had the capability to remove a session from split view when being closed so all I had to do was remove
isSplitfrom the following line inTopNavbar.tsxRelated Issues
https://github.com/Termix-SSH/Support/issues/258
Checklist