release: bump version to 0.41.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
5
frontend/public/earth/js/controls.js
vendored
5
frontend/public/earth/js/controls.js
vendored
@@ -915,7 +915,10 @@ function syncEarthSettingsStateFromRuntime() {
|
||||
const scope = getSettingsViewportScope();
|
||||
|
||||
nextSettings.shared = getCurrentSharedSettingsSnapshot();
|
||||
nextSettings.views[scope].panelVisibility = getCurrentPanelVisibilitySnapshot();
|
||||
// panelVisibility is maintained in earthSettingsState via setHudPanelVisibility.
|
||||
// Do not re-snapshot from DOM here: transient hides (e.g. closeTransientMobileOverlays)
|
||||
// change the DOM without going through setHudPanelVisibility and would corrupt the
|
||||
// user's persisted preference.
|
||||
earthSettingsState = nextSettings;
|
||||
return nextSettings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user