1
0
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:
Roman 2020-09-10 17:59:12 +03:00
parent fa93618234
commit 2467b901d9

View File

@ -130,7 +130,7 @@ export class Cluster implements ClusterModel {
if (!this.eventDisposers.length) { if (!this.eventDisposers.length) {
this.bindEvents(); this.bindEvents();
} }
if (this.disconnected) { if (this.disconnected && !this.accessible) {
await this.reconnect(); await this.reconnect();
} }
await this.refresh(); await this.refresh();