Skip to content

Commit

Permalink
Merge pull request #1435 from umap-project/fix-slideshow-buttons
Browse files Browse the repository at this point in the history
Fix slideshow buttons not show when facets are active
  • Loading branch information
yohanboniface authored Nov 27, 2023
2 parents 3c3a99b + f274b39 commit 8903b88
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 @@ -1763,7 +1763,7 @@ L.U.Map.include({
)
if (this.options.facetKey) {
L.DomUtil.createButton(
'umap-open-filter-link',
'umap-open-filter-link flat',
container,
` | ${L._('Select data')}`,
this.openFacet,
Expand Down

0 comments on commit 8903b88

Please sign in to comment.