통합로그 : home banner 클릭시 해당값 로그 호출
This commit is contained in:
@@ -361,6 +361,8 @@ const PlayerPanel = ({
|
||||
prevNowMenuRef.current = nowMenuRef.current;
|
||||
|
||||
return () => dispatch(sendLogGNB(prevNowMenuRef.current));
|
||||
} else if (panelInfo?.modal) {
|
||||
dispatch(sendLogGNB(entryMenu));
|
||||
}
|
||||
}, [panelInfo?.modal, panelInfo?.shptmBanrTpNm]);
|
||||
|
||||
@@ -400,7 +402,6 @@ const PlayerPanel = ({
|
||||
logTemplateNo = Config.LOG_TP_NO.LIVE.ITEM_DETAIL;
|
||||
setLogStatus((status) => ({ ...status, isDetailLiveLogReady: true }));
|
||||
}
|
||||
|
||||
liveLogParamsRef.current = {
|
||||
entryMenu: entryMenuRef.current,
|
||||
lgCatCd: currentLiveShowInfo.catCd ?? "",
|
||||
@@ -855,7 +856,6 @@ const PlayerPanel = ({
|
||||
// ev?.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
if (panelInfo.modalContainerId && !panelInfo.modal) {
|
||||
dispatch(
|
||||
startVideoPlayer({
|
||||
@@ -899,6 +899,7 @@ const PlayerPanel = ({
|
||||
[
|
||||
dispatch,
|
||||
panelInfo,
|
||||
nowMenu,
|
||||
videoPlayer,
|
||||
sideContentsVisible,
|
||||
videoVerticalVisible,
|
||||
|
||||
Reference in New Issue
Block a user