diff options
author | bobzel <zzzman@gmail.com> | 2023-12-12 14:39:09 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-12 14:39:09 -0500 |
commit | 85c09a9e5df77ad00f3e00a2fb1e0f2e3449f97d (patch) | |
tree | 61aa82a95bdd923af1a48c6968aa8a6135f4cf85 /src/client/views/nodes/MapBox/MapBox2.tsx | |
parent | 77234b8f1dd2cad90cdf94eaefab55de691305c3 (diff) |
cleaned up SelectionManager. fixed schema view
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox2.tsx')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox2.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox2.tsx b/src/client/views/nodes/MapBox/MapBox2.tsx index 2c4c992d1..fdd8285d5 100644 --- a/src/client/views/nodes/MapBox/MapBox2.tsx +++ b/src/client/views/nodes/MapBox/MapBox2.tsx @@ -510,8 +510,8 @@ // // TODO: auto center on select a document in the sidebar // private handleMapCenter = (map: google.maps.Map) => { // // console.log("print the selected views in selectionManager:") -// // if (SelectionManager.Views().lastElement()) { -// // console.log(SelectionManager.Views().lastElement()); +// // if (SelectionManager.Views.lastElement()) { +// // console.log(SelectionManager.Views.lastElement()); // // } // }; |