[PlayerPanel] onBackClick 이벤트전파방지
This commit is contained in:
@@ -128,6 +128,8 @@ const PlayerPanel = ({
|
||||
|
||||
if (sideContentsVisible) {
|
||||
setSideContentsVisible(false);
|
||||
ev?.stopPropagation();
|
||||
ev?.preventDefault();
|
||||
return;
|
||||
}
|
||||
if (panelInfo.modalContainerId && !panelInfo.modal) {
|
||||
|
||||
Reference in New Issue
Block a user