#48142: fix: snapped restoration after minimization
Merged
Description of Change
Closes #48122.
Fixes an issue where snapped corner state wasn't properly restored after minimizing and then restoring.
Checklist
- PR description included and stakeholders cc'd
-
npm test
passes - PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring.
Backports
37-x-y
MergedPR Number
#48156Merged At
Aug 25, 2025, 2:57:03 AM
Released In
v37.4.0Release Date
Aug 27, 2025, 12:19:29 PM
38-x-y
MergedPR Number
#48157Merged At
Aug 25, 2025, 6:22:28 AM
Released In
v38.0.0-beta.8Release Date
Aug 25, 2025, 8:31:57 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron