testmode cursor

This commit is contained in:
yonghyon
2024-07-30 09:20:49 +09:00
parent 7a7eb7d67b
commit 7deca2ccea

View File

@@ -203,6 +203,9 @@ function AppBase(props) {
hideCursor.current.start(() => {
dispatch(changeAppStatus({ cursorVisible: false }));
Spotlight.setPointerMode(false);
setTimeout(() => {
Spotlight.focus();
}, 0);
});
};
if (typeof window === "object" && window.PalmSystem) {