window_manager
window_manager copied to clipboard
[macOS] `windowManager.setSize(...)` freezed app
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.