forked from MapComplete/MapComplete
Update MenuState.ts: close on back button
This commit is contained in:
parent
5fb920a4a0
commit
d13d58aef2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export class MenuState {
|
|||
public static readonly pageNames = [
|
||||
"copyright", "copyright_icons", "community_index", "hotkeys",
|
||||
"privacy", "filter", "background", "about_theme", "download", "favourites",
|
||||
"usersettings", "share"
|
||||
"usersettings", "share", "menu"
|
||||
] as const
|
||||
|
||||
public readonly menuIsOpened = new UIEventSource(false)
|
||||
|
|
Loading…
Reference in a new issue