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:
commit
43a0480a3c
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