forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
839513b9b4
58 changed files with 770 additions and 645 deletions
|
@ -103,7 +103,10 @@ export default class NewNoteUi extends Toggle {
|
|||
]
|
||||
).SetClass("flex flex-col"),
|
||||
newNoteUi,
|
||||
noteLayer.appliedFilters.map(filters => Array.from(filters.values()).some(v => v !== undefined))
|
||||
noteLayer.appliedFilters.map(filters => {
|
||||
console.log("Applied filters for notes are: ", filters)
|
||||
return Array.from(filters.values()).some(v => v?.currentFilter !== undefined);
|
||||
})
|
||||
),
|
||||
new Combine([
|
||||
t.noteLayerNotEnabled.SetClass("alert"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue