mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
egui_web: Ignore input of "GroupNext"
Closes https://github.com/emilk/egui/issues/510
This commit is contained in:
@@ -93,6 +93,7 @@ pub fn should_ignore_key(key: &str) -> bool {
|
||||
| "Enter"
|
||||
| "Esc"
|
||||
| "Escape"
|
||||
| "GroupNext" // https://github.com/emilk/egui/issues/510
|
||||
| "Help"
|
||||
| "Home"
|
||||
| "Insert"
|
||||
|
||||
Reference in New Issue
Block a user