diff options
author | Eric <ericmabr@gmail.com> | 2023-04-12 22:45:03 -0400 |
---|---|---|
committer | Eric <ericmabr@gmail.com> | 2023-04-12 22:45:03 -0400 |
commit | d0bfb8376bbff432691ca67a9547c374db8a1d07 (patch) | |
tree | b367d829e9c5a1a353ee1ffbe8581d3ef6e6c002 /src | |
parent | ea3ee6661811bdfd4ff736c26dce5d3af23ff1dc (diff) |
amongus
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx index 2298ddc60..51b88fe5e 100644 --- a/src/client/views/nodes/MapBox/MapBox.tsx +++ b/src/client/views/nodes/MapBox/MapBox.tsx @@ -745,8 +745,8 @@ export class MapBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps htmlContent: `<div id=${id} style="width:100; height:100; background:blue"/>`, visible: false }); - const root = ReactDOM.createRoot(document.getElementById(id)!); - root.render(<div style={{width:100, height:100, background:"blue"}}>omg</div>); + // const root = ReactDOM.createRoot(document.getElementById(id)!); + // root.render(<div style={{width:100, height:100, background:"blue"}}>omg</div>); //Assign the infobox to a map instance. |