DetailPanel video mode focus

This commit is contained in:
고동영
2024-04-22 11:32:49 +09:00
parent a19e65a5b3
commit e074a9bf76
8 changed files with 319 additions and 275 deletions

View File

@@ -92,7 +92,6 @@ export default function ItemDetail() {
}, [dispatch, selectedPatnrId, selectedPrdtId, panels]);
const onClick = useCallback(() => {
dispatch(resetPanels([{ name: panel_names.DETAIL_PANEL, panelInfo: {} }]));
dispatch(popPanel());
}, [dispatch]);