diff --git a/tabby-ssh/src/components/sshTab.component.pug b/tabby-ssh/src/components/sshTab.component.pug index e5b85b70..6faec0c3 100644 --- a/tabby-ssh/src/components/sshTab.component.pug +++ b/tabby-ssh/src/components/sshTab.component.pug @@ -36,7 +36,7 @@ terminal-toolbar([tab]='this') sftp-panel.bg-dark( @panelSlide, - [@.disabled]='!config.store.accessibility.animations' + [@.disabled]='!config.store.accessibility.animations', [(path)]='sftpPath', *ngIf='sftpPanelVisible', (click)='$event.stopPropagation()',