Revert: Web: don't wait for polling when sending events

This is a breaking change, thus revert it for patch series.
This commit is contained in:
Kirill Chibisov
2024-06-15 16:37:29 +03:00
parent b512ed1e63
commit ecd14688dc
2 changed files with 29 additions and 26 deletions

View File

@@ -40,11 +40,6 @@ changelog entry.
## Unreleased
### Changed
- On Web, let events wake up event loop immediately when using
`ControlFlow::Poll`.
### Fixed
- On Web, fix `EventLoopProxy::send_event()` triggering event loop immediately