deeplink debug 수정

This commit is contained in:
opacity@t-win.kr
2025-08-22 11:09:36 +09:00
parent 0303e9d2ae
commit 691ffcad23

View File

@@ -673,9 +673,9 @@ export default function MainView({ className, initService }) {
}, [dispatch, popupData, activePopup, topPanel?.name]);
// 딥링크 확인 테스트
// const contentTarget = useSelector(
// (state) => state.common.deepLinkInfo.contentTarget
// );
const contentTarget = useSelector(
(state) => state.common.deepLinkInfo.contentTarget
);
return (
<div
className={classNames(css.mainViewWrap, className)}
@@ -829,7 +829,7 @@ export default function MainView({ className, initService }) {
/>
)} */}
{/* /딥링크 테스트 */}
{/* <div
<div
style={{
position: "fixed",
left: "0",
@@ -838,11 +838,13 @@ export default function MainView({ className, initService }) {
fontSize: "13px",
opacity: ".5",
zIndex: "999",
backgroundColor: "black",
padding: "10px",
}}
>
deepLinkInfo
<p>{contentTarget}</p>
</div> */}
</div>
</div>
);
}