Merge pull request #1435 from umap-project/fix-slideshow-buttons

Fix slideshow buttons not show when facets are active
This commit is contained in:
Yohan Boniface 2023-11-27 17:29:08 +01:00 committed by GitHub
commit 8903b88765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1763,7 +1763,7 @@ L.U.Map.include({
) )
if (this.options.facetKey) { if (this.options.facetKey) {
L.DomUtil.createButton( L.DomUtil.createButton(
'umap-open-filter-link', 'umap-open-filter-link flat',
container, container,
` | ${L._('Select data')}`, ` | ${L._('Select data')}`,
this.openFacet, this.openFacet,