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 () => { const onApply = async () => {
beforeCapture()
setAllModuleSurfaceIsComplete(false) setAllModuleSurfaceIsComplete(false)
setIsGlobalLoading(true) setIsGlobalLoading(true)
@ -380,9 +381,8 @@ 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
@ -399,7 +399,6 @@ export default function CircuitTrestleSetting({ id }) {
const result = await getEstimateData() const result = await getEstimateData()
if (result) { if (result) {
beforeCapture()
handleCanvasToPng(2) handleCanvasToPng(2)
afterCapture() afterCapture()
// //