Skip to content

Commit

Permalink
Merge pull request #1447 from k-3st3ban/fix-no-facet-with-remote-data
Browse files Browse the repository at this point in the history
fix: no data in facet filters when set as default panel
  • Loading branch information
yohanboniface authored Dec 3, 2023
2 parents e251c84 + daeaf09 commit 43a0480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/static/umap/js/umap.js
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ L.U.Map.include({
},

openFacet: function () {
this.onceDatalayersLoaded(function () {
this.onceDataLoaded(function () {
this._openFacet()
})
},
Expand Down

0 comments on commit 43a0480

Please sign in to comment.