windows: fix the event loop not waking on accessibility requests

Fixes #4055.
This commit is contained in:
Matt Campbell
2024-12-23 15:23:44 -06:00
committed by Kirill Chibisov
parent 9cbce055d3
commit 43c323ccc0
2 changed files with 7 additions and 2 deletions

View File

@@ -39,3 +39,7 @@ The migration guide could reference other migration examples in the current
changelog entry.
## Unreleased
### Fixed
- On Windows, fixed the event loop not waking on accessibility requests.