diff options
author | Eric <ericmabr@gmail.com> | 2023-07-12 11:40:44 -0400 |
---|---|---|
committer | Eric <ericmabr@gmail.com> | 2023-07-12 11:40:44 -0400 |
commit | b04306ce09bfd994c0535d77bae9c778dab97977 (patch) | |
tree | 3e2842a748d39c0180485ad2c169d34b60cc0f26 | |
parent | 9d48c95e5a556f5be4abde83d9443e384a33197c (diff) |
Pre-zoom saving to doc
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx index f1f6b0756..3c8e6203a 100644 --- a/src/client/views/nodes/MapBox/MapBox.tsx +++ b/src/client/views/nodes/MapBox/MapBox.tsx @@ -835,9 +835,6 @@ export class MapBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps .map(pushpin => ( <DocumentView {...this.props} - - // HOW DO I PASS IN pushpin??? - // HOW DO I MAKE SURE IT KNOWS TO MAKE MapPushpinBox??? Document={pushpin} DataDoc={undefined} PanelWidth={returnOne} |