Merge pull request #1447 from k-3st3ban/fix-no-facet-with-remote-data

fix: no data in facet filters when set as default panel
This commit is contained in:
Yohan Boniface 2023-12-03 18:59:58 +01:00 committed by GitHub
commit 43a0480a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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