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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user