forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
92352ed274
commit
535e36a006
68 changed files with 2734 additions and 382 deletions
|
@ -28,7 +28,7 @@ export class MenuState {
|
|||
"favourites",
|
||||
"usersettings",
|
||||
"share",
|
||||
"menu"
|
||||
"menu",
|
||||
] as const
|
||||
|
||||
/**
|
||||
|
@ -140,7 +140,6 @@ export class MenuState {
|
|||
this.isClosingAll = true
|
||||
const ps = this.pageStates
|
||||
try {
|
||||
|
||||
if (ps.menu.data) {
|
||||
ps.menu.set(false)
|
||||
return true
|
||||
|
@ -177,6 +176,5 @@ export class MenuState {
|
|||
return
|
||||
}
|
||||
MenuState.previewedImage.setData(img)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue