detail contextName 값 추가
This commit is contained in:
@@ -17,7 +17,7 @@ import TScroller from "../TScroller/TScroller";
|
||||
import css from "./TButtonScroller.module.less";
|
||||
|
||||
const Container = SpotlightContainerDecorator(
|
||||
{ enterTo: "default-element"},
|
||||
{ enterTo: "default-element" },
|
||||
"div"
|
||||
);
|
||||
|
||||
@@ -90,7 +90,6 @@ export default function TButtonScroller({
|
||||
if (!forcedFocus) return;
|
||||
|
||||
if (checkScrollPosition === "top") {
|
||||
console.log("#checkSco", checkScrollPosition);
|
||||
Spotlight.focus("spotlightId_TbuttonScrollerDown");
|
||||
} else if (checkScrollPosition === "bottom") {
|
||||
Spotlight.focus("spotlightId_TbuttonScrollerUp");
|
||||
|
||||
@@ -603,6 +603,7 @@ export const LOG_CONTEXT_NAME = {
|
||||
CATEGORY: "shoptime.category",
|
||||
ENTRY: "shoptime.entry",
|
||||
MYORDER: "shoptime.myorder",
|
||||
DETAILPAGE: "shoptime.detailpage",
|
||||
};
|
||||
|
||||
export const LOG_MESSAGE_ID = {
|
||||
|
||||
@@ -175,7 +175,6 @@ function Indicator({
|
||||
}, [selectedIndex, isLoading]);
|
||||
|
||||
const handleVideoOnClick = useCallback(() => {
|
||||
console.log("###productInfo", productInfo);
|
||||
if (canPlayVideo) {
|
||||
dispatch(
|
||||
startVideoPlayer({
|
||||
|
||||
Reference in New Issue
Block a user