[PlayerPanel] overlayLoading 적용
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user