Compare commits

..

2 Commits

Author SHA1 Message Date
54d4769f94 Merge pull request 'merge 하면서 빠진 부분 수정' (#115) from dev into dev-deploy
Reviewed-on: #115
2025-06-12 10:10:13 +09:00
김민식
aafa5f5948 merge 하면서 빠진 부분 수정 2025-06-11 18:29:54 +09:00

View File

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