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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -133,6 +133,7 @@ features = [
'DomRect',
'Element',
'Event',
"EventListenerOptions",
'EventTarget',
'FocusEvent',
'HtmlCanvasElement',