Skip to content

Commit

Permalink
fixed #9760, fixed #9742, fixed #9762, fixed #9763 - terminals unexpe…
Browse files Browse the repository at this point in the history
…ctedly going to sleep
  • Loading branch information
Eugeny committed Jul 15, 2024
1 parent 9d11730 commit a769fdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tabby-core/src/components/splitTab.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
}
}
}, 100)

// Propagate visibility to new children
this.emitVisibility(this.visibility.value)
}
this.initialized.next()
this.initialized.complete()
Expand Down

0 comments on commit a769fdd

Please sign in to comment.