Merge pull request #1435 from umap-project/fix-slideshow-buttons
Fix slideshow buttons not show when facets are active
This commit is contained in:
commit
8903b88765
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue