주석 제거

This commit is contained in:
hyojun.choi 2025-02-08 14:26:52 +09:00
parent 745262070a
commit bac63e23ea

View File

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