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