From b3d641fe6db13c43cfcae3dd584fb1b808df9a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Mon, 17 Feb 2025 10:55:32 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3615]=20Trending=20Now=20/=20Popular?= =?UTF-8?q?=20Show=20/=20=EC=A2=8C=EC=9A=B0=20=ED=99=94=EC=82=B4=ED=91=9C?= =?UTF-8?q?=EC=97=90=20Button=20=EC=9D=B4=EB=9D=BC=EA=B3=A0=20=EB=91=90?= =?UTF-8?q?=EB=B2=88=20=EB=B0=9C=ED=99=94=EB=90=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [수정내용] Button이라는 내용이 두번발화하지않게 aria-label에서 button부분 삭제 , TButton에서 button 발화를 따로 해줌 --- .../src/views/TrendingNowPanel/TrendingNowPanel.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx b/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx index 5ca22751..404a5b95 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/TrendingNowPanel.jsx @@ -253,7 +253,7 @@ const TrendingNowPanel = ({ panelInfo, spotlightId, isOnTop, ...rest }) => { SpotlightIds.TRENDING_NOW_BEST_SELLER )} spotlightId={SpotlightIds.TRENDING_NOW_PREV_INDICATOR} - ariaLabel="Move to left Button" + ariaLabel="Move to left" /> )} @@ -341,7 +341,7 @@ const TrendingNowPanel = ({ panelInfo, spotlightId, isOnTop, ...rest }) => { onClick={handleTopButtonClick} size={null} spotlightId={SpotlightIds.TRENDING_NOW_TOP_BUTTON} - ariaLabel="Move to Top Button" + ariaLabel="Move to Top" data-wheel-point type={TYPES.topButton} /> @@ -361,7 +361,7 @@ const TrendingNowPanel = ({ panelInfo, spotlightId, isOnTop, ...rest }) => { SpotlightIds.TRENDING_NOW_BEST_SELLER )} spotlightId={SpotlightIds.TRENDING_NOW_NEXT_INDICATOR} - ariaLabel="Move to right Button" + ariaLabel="Move to right" /> )}