restore mainVIew

This commit is contained in:
hyunwoo93.cha
2024-07-30 13:48:34 +09:00
parent 1eaf0a6587
commit de7d6fffd1

View File

@@ -306,12 +306,8 @@ export default function MainView({ className }) {
(lastPanelAction.indexOf("preview") !== 0 &&
lastPanelAction !== "update")
) {
dispatch(changeAppStatus({ cursorVisible: false }));
Spotlight.setPointerMode(false);
//do focus itself if has focusedContainerId
setTimeout(() => {
Spotlight.focus(panel?.name);
}, 0);
Spotlight.focus(panel?.name);
}
}, 0);
}