Distance meter export fix
*Fixed background rect of the distance meter being exported
This commit is contained in:
parent
24ecffe63b
commit
6f44d148ed
@ -33,6 +33,7 @@ export default function DistanceMeter() {
|
||||
width={scenery.bounds.maxX - scenery.bounds.minX}
|
||||
height={scenery.bounds.maxZ - scenery.bounds.minZ}
|
||||
onClick={onClick}
|
||||
no-export="true"
|
||||
/>
|
||||
<DistanceMeterView distancePoints={distancePoints} setDistancePoints={setDistancePoints} />
|
||||
</g>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user