fluid-lab / gamepad-navigator

GSoC 2020 project
Other
6 stars 10 forks source link

Remove local storage of focus index from history code. #152

Closed duhrer closed 4 months ago

duhrer commented 5 months ago

Previously, we used local storage and the current URL to store the focus index. This no longer seems useful, and in fact was always problematic, as you might have multiple visits to the same URL in a single tab's history.

This ticket covers removing the calls to store the value, which is no longer read anywhere.