fix(window-state): Ignore is_maximized state in resize events on macos (#2007)

This commit is contained in:
Fabian-Lars
2024-11-05 17:01:35 +01:00
committed by GitHub
parent b8bf4ad360
commit cfb3ec0e21
2 changed files with 21 additions and 6 deletions
@@ -0,0 +1,5 @@
---
window-state: patch
---
On macOS the plugin now (temporarily) ignores the maximized state for undecorated windows on resize events to fix app freezes.