From 15080e19b7be4f11c52ac3a3580da6cdaa9af01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Fri, 23 Feb 2024 15:29:16 +0900 Subject: [PATCH] =?UTF-8?q?TPopUp=20Button=20default=20focus=20=EC=9E=91?= =?UTF-8?q?=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx b/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx index 14c41f9f..a46df6b7 100644 --- a/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx +++ b/com.twin.app.shoptime/src/components/TPopUp/TPopUp.jsx @@ -58,7 +58,7 @@ export default function TPopUp({ Spotlight.focus("tPopupBtn2"); // TODO // if (options) Spotlight.focus(`option_${selectedOptionIdx}`) - }, []); + }, [open]); const _onClick = useCallback( (e) => {