[PlayerPanel] overlayLoading 적용

This commit is contained in:
고동영
2024-06-27 18:31:22 +09:00
parent d056a8463d
commit 32ce22deb0
4 changed files with 55 additions and 27 deletions

View File

@@ -14,9 +14,9 @@ import css from "./LiveChannelContents.module.less";
export default function LiveChannelContents({
liveInfos,
selectedIndex,
setSelectedIndex,
videoVerticalVisible,
setOverlayLoading,
tabIndex,
handleItemFocus,
}) {
@@ -52,6 +52,7 @@ export default function LiveChannelContents({
if (!showId) return;
setSelectedIndex(index);
setOverlayLoading(false);
dispatch(
updatePanel({
name: panel_names.PLAYER_PANEL,