[PlayerPanel] onBackClick 이벤트전파방지

This commit is contained in:
고동영
2024-06-12 13:33:31 +09:00
parent c6598a3cb1
commit e59f40fdf3

View File

@@ -128,6 +128,8 @@ const PlayerPanel = ({
if (sideContentsVisible) {
setSideContentsVisible(false);
ev?.stopPropagation();
ev?.preventDefault();
return;
}
if (panelInfo.modalContainerId && !panelInfo.modal) {