fix: no data in facet filters when set as default panel
This commit is contained in:
parent
e251c84298
commit
daeaf093f1
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ L.U.Map.include({
|
||||||
},
|
},
|
||||||
|
|
||||||
openFacet: function () {
|
openFacet: function () {
|
||||||
this.onceDatalayersLoaded(function () {
|
this.onceDataLoaded(function () {
|
||||||
this._openFacet()
|
this._openFacet()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue