Compare commits

..

No commits in common. "fdd1206697b35d63cee7d4a9a8f436d937a2e66f" and "6e604911cfe0a0ac6d7703fee94b3afa0128f379" 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()
//