Distance meter export fix

*Fixed background rect of the distance meter being exported
This commit is contained in:
izawartka 2025-08-18 21:25:01 +02:00
parent 24ecffe63b
commit 6f44d148ed

View File

@ -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>