Compare commits

..

No commits in common. "158f8226b096e8fbaedff81b1f9ff179f056c659" and "17100beb8ca753e9d92639452494acb10e72b16c" have entirely different histories.

View File

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