mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
7819c4637d
commit
a08fe81a7b
@ -89,7 +89,7 @@ export class ClusterFrameHandler extends Singleton {
|
|||||||
this.views.delete(clusterId);
|
this.views.delete(clusterId);
|
||||||
|
|
||||||
iframe.parentNode.removeChild(iframe);
|
iframe.parentNode.removeChild(iframe);
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -124,7 +124,7 @@ export class ClusterFrameHandler extends Singleton {
|
|||||||
logger.info(`[LENS-VIEW]: cluster id=${clusterId} should now be visible`);
|
logger.info(`[LENS-VIEW]: cluster id=${clusterId} should now be visible`);
|
||||||
lensView.frame.style.display = "flex";
|
lensView.frame.style.display = "flex";
|
||||||
ipcRenderer.send(clusterVisibilityHandler, clusterId);
|
ipcRenderer.send(clusterVisibilityHandler, clusterId);
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user