aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-13 21:10:10 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-13 21:10:10 -0400
commit14b3f6b3580b1987bdf9f8f865a79087e801d367 (patch)
treec283dccc8c106e18dcb8158b2779b939cc88f25b /src
parent479964e7c13f7b9b1102b36575ad8f4cc8dc00c2 (diff)
fromlast
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionMapView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMapView.tsx b/src/client/views/collections/CollectionMapView.tsx
index 44bb22827..2bf3d7c32 100644
--- a/src/client/views/collections/CollectionMapView.tsx
+++ b/src/client/views/collections/CollectionMapView.tsx
@@ -82,7 +82,7 @@ class CollectionMapView extends CollectionSubView<MapDocument, Partial<MapProps>
center={center}
onBoundsChanged={e => console.log(e)}
onRecenter={e => console.log(e)}
- onDragend={(centerMoved, center) => console.log(centerMoved, center)}
+ onDragend={e => console.log(e)}
onProjectionChanged={e => console.log(e)}
onCenterChanged={(e => {
Document[this.props.fieldKey + "-mapCenter-lat"] = typeof e?.center?.lat === "number" ? e.center.lat : center!.lat;