Properly remove window mouse event listeners (#2632)

* Properly remove window mouse event listeners

* Update CHANGELOG.md

* Fix formatting

Co-authored-by: Mads Marquart <mads@marquart.dk>
This commit is contained in:
Douglas Dwyer
2023-01-21 10:58:05 -05:00
committed by GitHub
parent 809162fbd0
commit b711a11549
3 changed files with 8 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- Added `Window::set_transparent` to provide a hint about transparency of the window on Wayland and macOS.
- On macOS, fix the mouse buttons other than left/right/middle being reported as middle.
- On Wayland, support fractional scaling via the wp-fractional-scale protocol.
- On web, fix removal of mouse event listeners from the global object upon window distruction.
# 0.27.5