fix: no data in facet filters when set as default panel

This commit is contained in:
3st3ban3 2023-12-03 17:45:17 +01:00
parent e251c84298
commit daeaf093f1

View file

@ -937,7 +937,7 @@ L.U.Map.include({
},
openFacet: function () {
this.onceDatalayersLoaded(function () {
this.onceDataLoaded(function () {
this._openFacet()
})
},