Skip to content

Commit

Permalink
clean up 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Feb 14, 2024
1 parent e406593 commit 3e7f9ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-client/src/ui/map/MapContainerMgr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class MapContainerMgr {

public createMapContainer(): HTMLElement {
const container = document.createElement("div");
// container.id = LMapContainerId;
container.style.backgroundColor = "#000000";
container.style.width = "100%";
container.style.height = "100%";
Expand Down

0 comments on commit 3e7f9ba

Please sign in to comment.