이미지 저장 주석 처리 완료되면 해제 예정

This commit is contained in:
hyojun.choi 2025-02-08 13:54:09 +09:00
parent d676782451
commit e1392b882d

View File

@ -339,11 +339,13 @@ export default function CircuitTrestleSetting({ id }) {
setViewCircuitNumberTexts(false)
handleCanvasToPng(1)
// TODO :
// handleCanvasToPng(1)
const result = await apply()
if (result) {
handleCanvasToPng(2)
// TODO :
// handleCanvasToPng(2)
setViewCircuitNumberTexts(true)
await saveEstimate(result)
}