1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-26 13:10:36 +03:00

fixed SFTP directory detection - fixes #6360, fixes #6260

This commit is contained in:
Eugene Pankov 2022-05-09 20:48:58 -07:00
parent 8e7f69cb58
commit 19a73264be
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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()',