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

eframe: Fix inputting of the letter P on web (#2740)

* eframe: Fix inputting of the letter P on web

* Update changelog

* silence clippy
This commit is contained in:
Emil Ernerfeldt
2023-02-15 08:24:52 +01:00
committed by GitHub
parent 38849fe381
commit e2778d9d6a
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
## Unreleased
* Fix typing the letter 'P' on web ([#2740](https://github.com/emilk/egui/pull/2740)).
## 0.21.2 - 2023-02-12