usePlan 내부 currentObject 초기화 제거

This commit is contained in:
hyojun.choi 2025-03-26 10:09:40 +09:00
parent cdaeab1d42
commit a2d192084b

View File

@ -414,7 +414,7 @@ export function usePlan(params = {}) {
useEffect(() => { useEffect(() => {
setSelectedPlan(currentCanvasPlan) setSelectedPlan(currentCanvasPlan)
handleCurrentPlanUrl() handleCurrentPlanUrl()
resetCurrentObject() // resetCurrentObject()
resetModuleSetupSurface() resetModuleSetupSurface()
}, [currentCanvasPlan]) }, [currentCanvasPlan])