From a2d192084bb92e05956253c4f7f754afc6077163 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 26 Mar 2025 10:09:40 +0900 Subject: [PATCH] =?UTF-8?q?usePlan=20=EB=82=B4=EB=B6=80=20currentObject=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/usePlan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/usePlan.js b/src/hooks/usePlan.js index 013e00c4..8f27a78f 100644 --- a/src/hooks/usePlan.js +++ b/src/hooks/usePlan.js @@ -414,7 +414,7 @@ export function usePlan(params = {}) { useEffect(() => { setSelectedPlan(currentCanvasPlan) handleCurrentPlanUrl() - resetCurrentObject() + // resetCurrentObject() resetModuleSetupSurface() }, [currentCanvasPlan])