From 19a73264be98237836dca7212f5f70c495ff11c1 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 9 May 2022 20:48:58 -0700 Subject: [PATCH] fixed SFTP directory detection - fixes #6360, fixes #6260 --- tabby-ssh/src/components/sshTab.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()',