Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix tracking of pressed keys in the UI (shaka-project#3259)
In 77054d2, we made some changes to UI keyboard events that introduced a new bug. It broke our tracking of pressed keys in the UI, which allows us to observe keyboard navigation through the UI and maintain focus when tabbing through overflow menus. This fixes the tracking of pressed keys by properly removing them from the set on keyup, not keydown events.
- Loading branch information