From 32eb7d5a6697e1a0dea8ca721015017cb5105588 Mon Sep 17 00:00:00 2001 From: jangheon Pyo Date: Mon, 15 Apr 2024 15:42:10 +0900 Subject: [PATCH] =?UTF-8?q?[TrendingNow]=20PopularShow=20noScrollByWheel?= =?UTF-8?q?=3D{false}=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PopularShowVerticalContents/PopularProductList.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx index 86531498..4b56a980 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx @@ -93,6 +93,7 @@ export default function PopularProductList({ itemWidth={600} spacing={12} renderItem={renderItem} + noScrollByWheel={false} /> )}