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
If you save a window named "savedWindowNames" then all your saved windows disappear. I know this isn't exactly likely to happen, but it's still possible and straightforward to avoid.
A more likely example is naming a saved window "version" which would break the update messages.
I think the simplest fix is saving windows as localStorage['savedWindow-' + nameOfWindow];, essentially putting them in their own namespace.
The text was updated successfully, but these errors were encountered:
cspotcode
changed the title
Saves windows and internal settings share same namespace
Saved windows and internal settings share same namespace
Apr 13, 2017
cspotcode
added a commit
to cspotcode/simple-window-saver
that referenced
this issue
Apr 13, 2017
If you save a window named "savedWindowNames" then all your saved windows disappear. I know this isn't exactly likely to happen, but it's still possible and straightforward to avoid.
A more likely example is naming a saved window "version" which would break the update messages.
I think the simplest fix is saving windows as
localStorage['savedWindow-' + nameOfWindow];
, essentially putting them in their own namespace.The text was updated successfully, but these errors were encountered: