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