**Describe the bug** As for desktop app, when the window size changed, Resizable always restore the initial state and can't scale synchronously **To Reproduce** Steps to reproduce the behavior: 1. create a macos desktop app 2. use the [first demo code ](https://forui.dev/docs/widgets/layout/resizable) **Expected behavior** Resizable should scale synchronously and not restore the initial state **Screenshots** https://github.com/user-attachments/assets/d3dd23ee-67a5-48d4-a0ca-11c0e493d442 **Device (please complete the following information):** - Flutter version: 3.44.2 - Forui version: 0.23.0 - Device: macos **Additional context** it's a desktop app
Describe the bug
As for desktop app, when the window size changed, Resizable always restore the initial state and can't scale synchronously
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Resizable should scale synchronously and not restore the initial state
Screenshots
Resizable.mp4
Device (please complete the following information):
Additional context
it's a desktop app