-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Closed
Description
How to reproduce:
If there is an element on any slide, typing ? will show and hide the Help overlay message.
How to fix:
For some reason ? is handled in the keypress
event, while the correct behavior to filter keyboard events in case there is an active input element is only found in the keydown
event handler.
Metadata
Metadata
Assignees
Labels
No labels