[SHOPTIME-2988] 비디오 포커스 수정(2)
This commit is contained in:
@@ -288,6 +288,8 @@ export default function RollingUnit({
|
||||
);
|
||||
|
||||
const imageBannerClick = useCallback(() => {
|
||||
dispatch(finishVideoPreview());
|
||||
|
||||
if (bannerId) {
|
||||
dispatch(setBannerIndex(bannerId, startIndex));
|
||||
}
|
||||
@@ -297,7 +299,6 @@ export default function RollingUnit({
|
||||
|
||||
if (bannerType === "Today's Deals") {
|
||||
dispatch(finishVideoPreview());
|
||||
|
||||
handlePushPanel(panel_names.DETAIL_PANEL, createPanelInfo(currentData));
|
||||
dispatch(
|
||||
sendLogTopContents({
|
||||
|
||||
Reference in New Issue
Block a user