On Web, add Window::(set_)prevent_default() (#3307)

This commit is contained in:
daxpedda
2023-12-25 09:37:35 +01:00
committed by GitHub
parent 28a811bbba
commit 843d7904d6
6 changed files with 84 additions and 60 deletions

View File

@@ -23,6 +23,7 @@ Unreleased` header.
- **Breaking:** On Web, return `RawWindowHandle::WebCanvas` instead of `RawWindowHandle::Web`.
- **Breaking:** On Web, macOS and iOS, return `HandleError::Unavailable` when a window handle is not available.
- **Breaking:** Bump MSRV from `1.65` to `1.70`.
- On Web, add the ability to toggle calling `Event.preventDefault()` on `Window`.
# 0.29.6