1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

[egui_web] Prevent event handlers from running if code has panicked (#1306)

Closes: #1290

Fix panic reported by @Titaniumtown
See https://github.com/emilk/egui/pull/1306#issuecomment-1060775376
This commit is contained in:
Zachary Kohnen
2022-03-10 08:13:32 +01:00
committed by GitHub
parent 30399bf6ff
commit 5d950e1c15
5 changed files with 324 additions and 257 deletions

View File

@@ -3,6 +3,7 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
* egui code will no longer be called after panic ([#1306](https://github.com/emilk/egui/pull/1306))
## 0.17.0 - 2022-02-22