[SHOPTIME-2988] 비디오 포커스 수정(4)
This commit is contained in:
@@ -318,10 +318,13 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
dispatch(clearProductDetail());
|
||||
dispatch(clearThemeDetail());
|
||||
dispatch(clearCouponInfo());
|
||||
dispatch(finishVideoPreview());
|
||||
};
|
||||
}, [dispatch]);
|
||||
|
||||
useEffect(() => {
|
||||
dispatch(finishVideoPreview());
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
<TPanel
|
||||
|
||||
Reference in New Issue
Block a user