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
The way the dropdown setting is saved in localStorage uses the entry index, meaning if the entries change the item will be different. The localStorage should be changed to use a string instead, so that it will stay on the same entry. even if the entries change.
Should also handle deleted/nonexistent entries
The text was updated successfully, but these errors were encountered:
The way the dropdown setting is saved in localStorage uses the entry index, meaning if the entries change the item will be different. The localStorage should be changed to use a string instead, so that it will stay on the same entry. even if the entries change.
Should also handle deleted/nonexistent entries
The text was updated successfully, but these errors were encountered: