Skip to content

Commit 90d6fce

Browse files
committed
removes unused variable
1 parent a650637 commit 90d6fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/react/Map/LMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const LMap = ({
8080
};
8181

8282
const shouldScroll: boolean = props.renderPopupInfo || props.onClick !== undefined;
83-
const enableMapGestures = (e: { originalEvent: { preventDefault: () => void; }; }) => {
83+
const enableMapGestures = () => {
8484
if (!map.scrollWheelZoom.enabled()) {
8585
if (shouldScroll) {
8686
map.scrollWheelZoom.enable();

0 commit comments

Comments
 (0)