egui_web: Ignore input of "GroupNext"
Closes https://github.com/emilk/egui/issues/510
This commit is contained in:
parent
2ca72e0bae
commit
2b861f86e8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue