[랜돔유닛] 비디오 포커스 원복(2)

This commit is contained in:
sungmin.in
2024-07-29 17:16:59 +09:00
parent 83a2814653
commit 06b7848ecc

View File

@@ -146,26 +146,6 @@ export default function RandomUnit({
const onFocus = useCallback(() => {
setIsFocused(true);
timerRef.current = setTimeout(
() =>
dispatch(
startVideoPlayer({
showUrl: randomData.showUrl,
patnrId: randomData.patnrId,
showId: randomData.showId,
shptmBanrTpNm: randomData.showId
? randomData.shptmBanrTpNm
: "MEDIA",
lgCatCd: randomData.lgCatCd,
chanId: randomData.brdcChnlId,
modal: true,
modalContainerId: spotlightId,
modalClassName: css.videoModal,
})
),
1000
);
if (handleItemFocus) {
handleItemFocus();
}