usePlan 내부 currentObject 초기화 제거
This commit is contained in:
parent
cdaeab1d42
commit
a2d192084b
@ -414,7 +414,7 @@ export function usePlan(params = {}) {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setSelectedPlan(currentCanvasPlan)
|
setSelectedPlan(currentCanvasPlan)
|
||||||
handleCurrentPlanUrl()
|
handleCurrentPlanUrl()
|
||||||
resetCurrentObject()
|
// resetCurrentObject()
|
||||||
resetModuleSetupSurface()
|
resetModuleSetupSurface()
|
||||||
}, [currentCanvasPlan])
|
}, [currentCanvasPlan])
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user