From eb7d2f37c627282200ae877d6b8f3a141176d9eb Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Wed, 14 Feb 2024 11:16:27 +0900 Subject: [PATCH] =?UTF-8?q?[OnSalePanel]=20focus=20direction=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Detail Notes : 1. contetns 영역에서 GNB로 포커스가 이동되지 않는 문제 수정 --- .../views/OnSalePanel/OnSaleProductList/OnSaleProductList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/OnSalePanel/OnSaleProductList/OnSaleProductList.jsx b/com.twin.app.shoptime/src/views/OnSalePanel/OnSaleProductList/OnSaleProductList.jsx index 5546c863..4fbf3dc5 100644 --- a/com.twin.app.shoptime/src/views/OnSalePanel/OnSaleProductList/OnSaleProductList.jsx +++ b/com.twin.app.shoptime/src/views/OnSalePanel/OnSaleProductList/OnSaleProductList.jsx @@ -15,7 +15,7 @@ const LIST_ITEM_CONF = { }; const Container = SpotlightContainerDecorator( - { leaveFor: { left: "", right: "" }, enterTo: "last-focused" }, + { leaveFor: { right: "" }, enterTo: "last-focused" }, "div" );