Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-21 13:04:34 +00:00
parent c2c7a310f1
commit 60964205e6
+2
View File
@@ -267,7 +267,9 @@ function MeasurementOverlay() {
position={hoverInfo.position} position={hoverInfo.position}
text={`${hoverInfo.type === 'hole' ? '⌀ ' : ''}${hoverInfo.value.toFixed(1)} mm`} text={`${hoverInfo.type === 'hole' ? '⌀ ' : ''}${hoverInfo.value.toFixed(1)} mm`}
variant="primary" variant="primary"
fixed
/> />
)} )}
{/* Pending first point */} {/* Pending first point */}