Fix slideshow buttons not show when facets are active

cf #1422
This commit is contained in:
Yohan Boniface 2023-11-27 16:39:42 +01:00
parent 3c3a99ba6e
commit f274b39fc9

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,