update
This commit is contained in:
@@ -188,7 +188,7 @@ const DistanceFindingControls = ({ boundingBoxRef }: DistanceFindingControlsProp
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* Measurement text labels */}
|
{/* Measurement text labels */}
|
||||||
{boundingBoxRef && (
|
{boundingBoxRef.current && (
|
||||||
<>
|
<>
|
||||||
<group name="textPosX" ref={textPosX}>
|
<group name="textPosX" ref={textPosX}>
|
||||||
<Html zIndexRange={[1, 0]} style={{ pointerEvents: 'none' }}>
|
<Html zIndexRange={[1, 0]} style={{ pointerEvents: 'none' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user