canvasSetting Recoil에 basicSetting 저장
This commit is contained in:
parent
af019cceef
commit
2b60a0ccb5
@ -369,7 +369,7 @@ export function useCanvasSetting() {
|
|||||||
if (!(Object.keys(canvasSetting).length === 0 && canvasSetting.constructor === Object)) {
|
if (!(Object.keys(canvasSetting).length === 0 && canvasSetting.constructor === Object)) {
|
||||||
setBasicSettings({ ...canvasSetting })
|
setBasicSettings({ ...canvasSetting })
|
||||||
}
|
}
|
||||||
//setCanvasSetting({ ...basicSetting })
|
setCanvasSetting({ ...basicSetting })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 기본설정(PlacementShapeSetting) 저장
|
// 기본설정(PlacementShapeSetting) 저장
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user