diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-24 20:00:47 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-24 20:00:47 +0100 |
| commit | faf0abcc42cb32a8ebbb90a2acedd74b772a9e51 (patch) | |
| tree | a2ffb77772158c2deeb12c78ddf1d47c630dddf4 /src/frontend/app/components | |
| parent | 6ca5575b11938d70bb1cc9cc86d146a11164e6dc (diff) | |
Screw this
Diffstat (limited to 'src/frontend/app/components')
| -rw-r--r-- | src/frontend/app/components/shared/AppMap.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/frontend/app/components/shared/AppMap.tsx b/src/frontend/app/components/shared/AppMap.tsx index 9a83197..adf860d 100644 --- a/src/frontend/app/components/shared/AppMap.tsx +++ b/src/frontend/app/components/shared/AppMap.tsx @@ -195,10 +195,6 @@ export const AppMap = forwardRef<MapRef, AppMapProps>( onRotateStart={onRotateStart} onPitchStart={onPitchStart} onLoad={onLoad} - dragPan={{ - linearity: 0.4, - deceleration: 3000, - }} > {showNavigation && <NavigationControl position="bottom-right" />} {showGeolocate && ( |
