[PlayerPanel] preview onEnded
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user