[랜돔유닛] 비디오 포커스 원복(2)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user