Compare commits

..

No commits in common. "0005643c94a0504f4bf46e6750d06340c98bb0f0" and "c25af0e1866969d080eb7dceb93538edf399900c" have entirely different histories.

View File

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