From 6c00f6bd7d3f0a6c8a28bae1ab991c020ff04da6 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 8 Dec 2025 13:37:54 +0900 Subject: [PATCH] =?UTF-8?q?[detail]=20=20-=20=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20scrolldown=EB=B6=80=EB=B6=84=20=EB=85=B8?= =?UTF-8?q?=EC=B6=9C=20=EA=B4=80=EB=A0=A8=ED=95=98=EC=97=AC=20isBottom?= =?UTF-8?q?=EC=9D=B4=20=EB=93=A4=EC=96=B4=EA=B0=80=EC=9E=88=EC=9D=84?= =?UTF-8?q?=EC=8B=9C=20=EC=A0=95=EC=83=81=EC=9E=91=EB=8F=99=ED=95=98?= =?UTF-8?q?=EC=A7=80=EC=95=8A=EC=95=84=20=EC=A0=9C=EA=B1=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/DetailPanel/ProductAllSection/ProductAllSection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index a6ca2184..d2ef0eec 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -1349,7 +1349,7 @@ export default function ProductAllSection({ return shouldMinimize; }); }, - [documentHeight, isBottom] + [documentHeight] ); useEffect(() => {