[searchpanel] return 값 부분 관련 삭제
- updatepanel 존재하여 제거.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user