fixed #9760, fixed #9742, fixed #9762, fixed #9763 - terminals unexpectedly going to sleep

This commit is contained in:
Eugene 2024-07-15 23:29:03 +02:00
parent 9d11730417
commit a769fdd036
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -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()