[251024] fix: VoiceSearch Results Focus

🕐 커밋 시간: 2025. 10. 24. 13:25:06

📊 변경 통계:
  • 총 파일: 3개
  • 추가: +8줄
  • 삭제: -2줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.new.v2.jsx
  ~ com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx
  ~ com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx (javascript):
    🔄 Modified: SafeImage()
  📄 com.twin.app.shoptime/src/views/SearchPanel/VoiceInputOverlay/VoiceInputOverlay.jsx (javascript):
     Added: clearAllTimers()
This commit is contained in:
2025-10-24 13:25:07 +09:00
parent 661549f4a9
commit a843b7c215
3 changed files with 8 additions and 2 deletions

View File

@@ -1321,6 +1321,7 @@ export default function SearchPanel({ panelInfo, isOnTop, spotlightId }) {
searchQuery={searchQuery}
onSearchChange={handleSearchChange}
onSearchSubmit={handleSearchSubmit}
isVoiceResultMode={currentMode === SEARCH_PANEL_MODES.VOICE_RESULT}
/>
{/* ✨ [Phase 1] Search Input Overlay - currentMode로 visibility 제어 */}