add setPointerMode

This commit is contained in:
hyunwoo93.cha
2024-07-29 17:35:23 +09:00
parent 9e3b836113
commit 7f6bdb3776

View File

@@ -307,6 +307,7 @@ export default function MainView({ className }) {
lastPanelAction !== "update")
) {
//do focus itself if has focusedContainerId
Spotlight.setPointerMode(false);
Spotlight.focus(panel?.name);
}
}, 0);