Fixed an issue with geometry window zoom mouse scroll not working. Fixes #7373

This commit is contained in:
Aditya Toshniwal
2022-05-17 18:58:49 +05:30
committed by Akshay Joshi
parent fbe7b56054
commit 2d8aff6ca0
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
/////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
@@ -398,7 +397,6 @@ export function GeometryViewer({rows, columns, column}) {
crs={crs}
zoom={2} center={[20, 100]}
preferCanvas={true}
scrollWheelZoom={false}
className={classes.mapContainer}
whenCreated={(map)=>{
mapRef.current = map;