mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix focus not switching to new cluster frame (#5995)
This commit is contained in:
parent
688ef40e92
commit
592600c1bb
@ -115,6 +115,7 @@ export class ClusterFrameHandler {
|
|||||||
(view: LensView) => {
|
(view: LensView) => {
|
||||||
logger.info(`[LENS-VIEW]: cluster id=${clusterId} should now be visible`);
|
logger.info(`[LENS-VIEW]: cluster id=${clusterId} should now be visible`);
|
||||||
view.frame.classList.remove("hidden");
|
view.frame.classList.remove("hidden");
|
||||||
|
view.frame.focus();
|
||||||
ipcRenderer.send(clusterVisibilityHandler, clusterId);
|
ipcRenderer.send(clusterVisibilityHandler, clusterId);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user