diff --git a/code b/code
deleted file mode 160000
index c2ac8e3c..00000000
--- a/code
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit c2ac8e3c0173429410b4832ca33814a11e695f54
diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js
index 8ce10d2f..7eb37315 100644
--- a/com.twin.app.shoptime/src/App/App.js
+++ b/com.twin.app.shoptime/src/App/App.js
@@ -558,14 +558,16 @@ function AppBase(props) {
// 앱 초기화 시 HomePanel 자동 기록
console.log('[App.js] Recording initial HomePanel on app start');
- dispatch(enqueuePanelHistory(
- 'homepanel',
- {},
- 'APP_INITIALIZE',
- new Date().toISOString(),
- false, // fromGNB: false (앱 초기화)
- false // fromResetPanel: false (앱 초기화)
- ));
+ dispatch(
+ enqueuePanelHistory(
+ 'homepanel',
+ {},
+ 'APP_INITIALIZE',
+ new Date().toISOString(),
+ false, // fromGNB: false (앱 초기화)
+ false // fromResetPanel: false (앱 초기화)
+ )
+ );
if (httpHeaderRef.current) {
if (haveyInit) {
@@ -884,7 +886,7 @@ function AppBase(props) {
/>
)}
-
+ {/* */}
);
}
diff --git a/com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx b/com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx
index 74f07ae5..4311a91f 100644
--- a/com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx
+++ b/com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx
@@ -1126,6 +1126,7 @@ const VoiceInputOverlay = ({
// 현재 포커스된 요소 저장
lastFocusedElement.current = Spotlight.getCurrent();
+ console.log('[lastFocusedElement] 🚀 Current focused element:', Spotlight.getCurrent());
// ✨ shopperHouseDataRef를 null로 초기화
shopperHouseDataRef.current = null;