mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
style
This commit is contained in:
parent
0eaf857b02
commit
f357dab8f0
@ -39,8 +39,7 @@ export class SSHModalComponent {
|
||||
if (!this.quickTarget) {
|
||||
this.findChildren()
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
this.childFolders = [];
|
||||
this.childConnections = this.connections.filter(connection => connection.name.toLowerCase().indexOf(this.quickTarget) >= 0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user