mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 06:24:56 +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