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