dev #584

Merged
ysCha merged 2 commits from dev into dev-deploy 2026-01-19 09:20:13 +09:00
Showing only changes of commit 310068bf6a - Show all commits

View File

@ -344,9 +344,9 @@ export default function CircuitTrestleSetting({ id }) {
canvas.zoomToPoint(new fabric.Point(x, y), 0.4)
changeFontSize('lengthText', '28')
changeFontSize('circuitNumber', '28')
changeFontSize('flowText', '28')
// changeFontSize('lengthText', '28')
// changeFontSize('circuitNumber', '28')
// changeFontSize('flowText', '28')
canvas.renderAll()
}