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