v2-ui #84
|
@ -188,7 +188,7 @@ const DistanceFindingControls = ({ boundingBoxRef }: DistanceFindingControlsProp
|
|||
return (
|
||||
<>
|
||||
{/* Measurement text labels */}
|
||||
{boundingBoxRef && (
|
||||
{boundingBoxRef.current && (
|
||||
<>
|
||||
<group name="textPosX" ref={textPosX}>
|
||||
<Html zIndexRange={[1, 0]} style={{ pointerEvents: 'none' }}>
|
||||
|
|
Loading…
Reference in New Issue