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
Right now if I have the same sketch open in two tabs then do:
(tab 1): Write "foo", then save
(tab 2): Write "bar", then save
(refresh either tab): Observe that only "bar" appears, and "foo" has been lost
There is no confirmation that "bar" is overriding "foo" on the second save. If my initial state of the sketch when I loaded the page is not the same as the current state of the sketch on the server when saving my changes a warning should come up asking me to confirm that I want to save.
The text was updated successfully, but these errors were encountered:
Right now if I have the same sketch open in two tabs then do:
There is no confirmation that "bar" is overriding "foo" on the second save. If my initial state of the sketch when I loaded the page is not the same as the current state of the sketch on the server when saving my changes a warning should come up asking me to confirm that I want to save.
The text was updated successfully, but these errors were encountered: