[PlayerPanel] preview onEnded

This commit is contained in:
고동영
2024-08-06 11:31:59 +09:00
parent 5b13e70605
commit 805e58309a

View File

@@ -1593,9 +1593,11 @@ const PlayerPanel = ({
e?.stopPropagation();
e?.preventDefault();
return;
} else if (panelInfo.shptmBanrTpNm === "VOD" && panelInfo.modal) {
videoPlayer.current.play();
}
},
[panelInfo.shptmBanrTpNm, panelInfo.modal]
[panelInfo.shptmBanrTpNm, panelInfo.modal, panelInfo?.modalContainerId]
);
const onKeyDown = (ev) => {