Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -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 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user