release: bump version to 0.48.0
This commit is contained in:
7
frontend/public/earth/js/controls.js
vendored
7
frontend/public/earth/js/controls.js
vendored
@@ -271,7 +271,12 @@ function closeTransientMobileOverlays({ except = null } = {}) {
|
||||
setMobileDrawerOpen("layer-toggles", false);
|
||||
}
|
||||
|
||||
if (except !== "media" && except !== "search" && isTVPanelVisible()) {
|
||||
if (
|
||||
except !== "media"
|
||||
&& except !== "search"
|
||||
&& except !== "settings"
|
||||
&& isTVPanelVisible()
|
||||
) {
|
||||
setTVPanelVisible(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user