[searchpanel] return 값 부분 관련 삭제

- updatepanel 존재하여 제거.
This commit is contained in:
junghoon86.park
2025-10-23 13:18:04 +09:00
parent 0010da6110
commit 4b8b8e9e86

View File

@@ -25,17 +25,6 @@ const ItemCard = ({ panelInfo, onClick, itemInfo }) => {
if (onClick) {
onClick(ev);
}
const currentSpot =
Spotlight.getCurrent()?.getAttribute("data-spotlight-id") || null;
dispatch(
updatePanel({
name: panel_names.SEARCH_PANEL,
panelInfo: {
currentSpot,
focusedContainerId: focusedContainerIdRef.current,
},
})
);
dispatch(
pushPanel({
name: panel_names.DETAIL_PANEL,