2
0
Fork 0
mirror of https://github.com/Eugeny/tabby synced 2024-12-14 23:32:41 +00:00

fixed , fixed , fixed , fixed - 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()