egui_web: Ignore input of "GroupNext"

Closes https://github.com/emilk/egui/issues/510
This commit is contained in:
Emil Ernerfeldt 2022-04-16 10:37:46 +02:00
parent 2ca72e0bae
commit 2b861f86e8

View file

@ -93,6 +93,7 @@ pub fn should_ignore_key(key: &str) -> bool {
| "Enter" | "Enter"
| "Esc" | "Esc"
| "Escape" | "Escape"
| "GroupNext" // https://github.com/emilk/egui/issues/510
| "Help" | "Help"
| "Home" | "Home"
| "Insert" | "Insert"