mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
fixed invisible ssh tabs (fixes #1044)
This commit is contained in:
@@ -10,6 +10,7 @@ import { SSHConnection, SSHSession } from '../api'
|
||||
<div
|
||||
#content
|
||||
class="content"
|
||||
[style.opacity]='frontendIsReady ? 1 : 0'
|
||||
></div>
|
||||
`,
|
||||
styles: [require('./sshTab.component.scss'), ...BaseTerminalTabComponent.styles],
|
||||
|
||||
Reference in New Issue
Block a user