Fixed an issue where geometries in the geometry viewer will render partially when the container was resized. #8462

pull/8541/head
Pravesh Sharma 2025-03-10 18:44:24 +05:30 committed by GitHub
parent 8c9ab2afd9
commit f9af74529c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -461,9 +461,7 @@ export function GeometryViewer({rows, columns, column}) {
zoomControl={false}
preferCanvas={true}
className='GeometryViewer-mapContainer'
whenCreated={(map)=>{
mapRef.current = map;
}}
ref={mapRef}
>
<TheMap data={data}/>
</MapContainer>