window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

[macOS] `windowManager.setSize(...)` freezed app

Open rekire opened this issue 11 months ago • 0 comments

I'm using await windowManager.setSize(const Size(960.0, 540.0)); in a integration test. When this call is made the test freezes forever. On Windows it works fine as expected.

rekire avatar Apr 03 '25 11:04 rekire