Merge pull request 'merge 하면서 빠진 부분 수정' (#116) from dev into prd-deploy

Reviewed-on: #116
This commit is contained in:
ysCha 2025-06-12 10:11:23 +09:00
commit 158f8226b0

View File

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