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

[egui_web] Call prevent_default for arrow keys when entering text

Closes https://github.com/emilk/egui/issues/58
This commit is contained in:
Emil Ernerfeldt
2021-01-17 12:22:19 +01:00
parent 718eec4b89
commit b869db728b
3 changed files with 36 additions and 19 deletions

View File

@@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Slightly improved alpha-blending (work-around for non-existing linear-space blending).
### Fixed ⭐
* Call prevent_default for arrow keys when entering text
## 0.7.0 - 2021-01-04