You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kezabelle's django-livereloadish does this by restoring these key pieces of state after reload. It serializes the values into sessionStorage and restores them on page load.
I think this behaviour would be valuable to add here. Probably a good idea to add one at a time.
The text was updated successfully, but these errors were encountered:
Description
@kezabelle's django-livereloadish does this by restoring these key pieces of state after reload. It serializes the values into
sessionStorage
and restores them on page load.I think this behaviour would be valuable to add here. Probably a good idea to add one at a time.
The text was updated successfully, but these errors were encountered: