wheelpoint issue for local

This commit is contained in:
yonghyon
2024-07-31 13:34:28 +09:00
parent 8cd840a467
commit 9e9fd88d4d

View File

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