diff --git a/umap/static/umap/js/modules/browser.js b/umap/static/umap/js/modules/browser.js index 4c2f9d60..b6bd4c87 100644 --- a/umap/static/umap/js/modules/browser.js +++ b/umap/static/umap/js/modules/browser.js @@ -254,6 +254,7 @@ export default class Browser { if (datalayer.isVisible()) allHidden = false }) this._umap.eachBrowsableDataLayer((datalayer) => { + datalayer._forcedVisibility = true if (allHidden) { datalayer.show() } else {