Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some list input issues (tgstation#89196)
## About The Pull Request The scrollIntoView function uses the ID of the elements, not a single button had its id set any more since the react change, so the elements were not scrolled into view when the arrow keys were used for navigation. Setting the search bar to false and true without a timeout in between will not refocus it, preventing the user from navigating back with any letter key after focussing the list once. ## Why It's Good For The Game ## Changelog :cl: fix: list input scrolls into view again when using the array keys for navigation fix: Using letter keys while focussing the list focusses the search bar again /:cl:
- Loading branch information