forked from MapComplete/MapComplete
Feature(create_copy): add layer filter lock
This commit is contained in:
parent
6a200e04bc
commit
d78207c98a
3 changed files with 48 additions and 2 deletions
|
@ -72,6 +72,12 @@ export class MenuState {
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
this.pageStates.filter.addCallback(opened => {
|
||||
if(!opened){
|
||||
this.highlightedLayerInFilters.set(undefined)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
public openMenuIfNeeded(shouldShowWelcomeMessage: boolean, themeid: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue