live_beats/assets/js
Nolan Darilek 7b48c2fbaf Further simplify post-route handler.
* Use `HtmlElement.tabIndex` directly rather than going through attributes.
* Always restore `tabIndex` after focus.
* Remove `setTimeout` to simplify implementation.

This does have a disadvantage in that it leaves unnecessary `tabindex="1"` instances around. On the other hand, it does simplify the implementation and get the job done' so is probably a more clear example of how to do this correctly.
2021-12-22 12:41:19 -06:00
..
app.js Further simplify post-route handler. 2021-12-22 12:41:19 -06:00
phoenix_live_view Add github login 2021-09-08 10:58:32 -04:00