Web: fix ControlFlow::WaitUntil to never wake up **before** the given time (#3133)
This commit is contained in:
parent
0363be4776
commit
fac6110cb6
2 changed files with 40 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||
- **Breaking:** remove `DeviceEvent::Text`.
|
||||
- On Android, fix `DeviceId` to contain device id's.
|
||||
- Add `Window::set_blur` to request a blur behind the window; implemented on Wayland for now.
|
||||
- On Web, fix `ControlFlow::WaitUntil` to never wake up **before** the given time.
|
||||
|
||||
# 0.29.1-beta
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue