Feature(create_copy): add layer filter lock

This commit is contained in:
Pieter Vander Vennet 2025-07-10 16:53:12 +02:00
parent 6a200e04bc
commit d78207c98a
3 changed files with 48 additions and 2 deletions

View file

@ -72,6 +72,12 @@ export class MenuState {
}
})
}
this.pageStates.filter.addCallback(opened => {
if(!opened){
this.highlightedLayerInFilters.set(undefined)
}
})
}
public openMenuIfNeeded(shouldShowWelcomeMessage: boolean, themeid: string) {