1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-11-03 11:47:25 -04:00
parent 7819c4637d
commit a08fe81a7b

View File

@ -89,7 +89,7 @@ export class ClusterFrameHandler extends Singleton {
this.views.delete(clusterId);
iframe.parentNode.removeChild(iframe);
}
},
);
}
@ -124,7 +124,7 @@ export class ClusterFrameHandler extends Singleton {
logger.info(`[LENS-VIEW]: cluster id=${clusterId} should now be visible`);
lensView.frame.style.display = "flex";
ipcRenderer.send(clusterVisibilityHandler, clusterId);
}
},
);
}
};