mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
reverted back reconnect check in cluster.activate()
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
fa93618234
commit
2467b901d9
@ -130,7 +130,7 @@ export class Cluster implements ClusterModel {
|
||||
if (!this.eventDisposers.length) {
|
||||
this.bindEvents();
|
||||
}
|
||||
if (this.disconnected) {
|
||||
if (this.disconnected && !this.accessible) {
|
||||
await this.reconnect();
|
||||
}
|
||||
await this.refresh();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user