forked from MapComplete/MapComplete
Allow mouse events
This commit is contained in:
parent
a7ac3837d6
commit
79183bb9ab
2 changed files with 17 additions and 29 deletions
|
|
@ -26,7 +26,7 @@ const mode = QueryParameters.GetQueryParameter("mode", "map", "The mode the appl
|
|||
if (mode.data === "statistics") {
|
||||
console.log("Statistics mode!")
|
||||
new FixedUiElement("").AttachTo("centermessage")
|
||||
new StatisticsGUI().SetClass("w-full h-full").AttachTo("topleft-tools")
|
||||
new StatisticsGUI().SetClass("w-full h-full pointer-events-auto").AttachTo("topleft-tools")
|
||||
} else{
|
||||
new AllThemesGui().setup();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue