Merge pull request '사진 찍기 전후 처리 추가' (#109) from dev into dev-deploy

Reviewed-on: #109
This commit is contained in:
ysCha 2025-06-11 09:30:46 +09:00
commit fdd1206697

View File

@ -371,7 +371,6 @@ export default function CircuitTrestleSetting({ id }) {
// ()
const onApply = async () => {
beforeCapture()
setAllModuleSurfaceIsComplete(false)
setIsGlobalLoading(true)
@ -381,8 +380,9 @@ export default function CircuitTrestleSetting({ id }) {
.map((obj) => {
obj.pcses = getStepUpListData()
})
beforeCapture()
handleCanvasToPng(1)
afterCapture()
// result=null
@ -399,6 +399,7 @@ export default function CircuitTrestleSetting({ id }) {
const result = await getEstimateData()
if (result) {
beforeCapture()
handleCanvasToPng(2)
afterCapture()
//