lovelace-dev-org / lovelace

Interactive Learning Environment
University of Illinois/NCSA Open Source License
4 stars 4 forks source link

Make tabindex thread safe #89

Closed enkwolf closed 4 weeks ago

enkwolf commented 1 year ago

It works currently, but it's not thread safe https://docs.djangoproject.com/en/4.2/howto/custom-template-tags/#thread-safety-considerations

enkwolf commented 4 weeks ago

It was much simpler than this, just needed to set it to 0 for all elements