Fix a possible double-borrow during event handling (#1512)

This commit is contained in:
Ryan G 2020-04-11 15:20:38 -04:00 committed by GitHub
parent 0bc58f695b
commit a8e777a5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# Unreleased
- On X11, fix `ResumeTimeReached` being fired too early.
- On Web, fix a possible panic during event handling
# 0.22.0 (2020-03-09)