mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Fix touch screen defocus bug
Fixes https://github.com/emilk/egui/issues/288
This commit is contained in:
@@ -10,6 +10,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||
### Added ⭐
|
||||
* Make labels interactive with `Label::sense(Sense::click())`.
|
||||
|
||||
### Fixed 🐛
|
||||
* Fix [defocus-bug on touch screens](https://github.com/emilk/egui/issues/288)
|
||||
|
||||
## 0.11.0 - 2021-04-05 - Optimization, screen reader & new layout logic
|
||||
|
||||
### Added ⭐
|
||||
|
||||
Reference in New Issue
Block a user