mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-15 12:54:50 +00:00
fixed #8028 - ghost panes and missing pane drag handle
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
padding: 5px 15px 5px 15px;
|
||||
display: flex;
|
||||
z-index: 3;
|
||||
overflow: hidden;
|
||||
|
||||
::ng-deep .btn {
|
||||
white-space: nowrap;
|
||||
|
@@ -29,7 +29,7 @@ export class TerminalToolbarComponent {
|
||||
}
|
||||
|
||||
get shouldShowDragHandle (): boolean {
|
||||
return this.tab.parent instanceof SplitTabComponent && this.tab.parent.getAllTabs().length > 1
|
||||
return this.tab.topmostParent instanceof SplitTabComponent && this.tab.topmostParent.getAllTabs().length > 1
|
||||
}
|
||||
|
||||
@HostListener('mouseenter') onMouseEnter () {
|
||||
|
Reference in New Issue
Block a user