diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js index fe2001ad..6bdaa586 100644 --- a/com.twin.app.shoptime/src/App/App.js +++ b/com.twin.app.shoptime/src/App/App.js @@ -112,6 +112,12 @@ function AppBase(props) { const deviceCountryCode = httpHeader?.["X-Device-Country"] || ""; + useEffect(() => { + if (!cursorVisible && !Spotlight.getCurrent()) { + Spotlight.focus(); + } + }, [cursorVisible]); + useEffect(() => { if (logEnable) { enableConsole();