mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue with geometry window zoom mouse scroll not working. Fixes #7373
This commit is contained in:
committed by
Akshay Joshi
parent
fbe7b56054
commit
2d8aff6ca0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user