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
When editing in the new DartPad, if you press ctrl R (which I did at least once hoping it would run the program),
it reloads the page.
This clears the editor and loses the content.
There is no undo, no "back" navigation, generally no way to restore the content, it's just gone.
The old DartPad keeps the content when you reload (and when you open a new DartPad tab).
That's a better, and safer, user experience.
Steps to reproduce problem
Write code. Press Ctrl+R.
Additional info
Browser
Google Chrome
Version 121.0.6167.161 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
Support for saving the most recent edit wasn't transitioned over. I think it's valuable though, especially considering reloading or other issues or mistakes.
Thanks for noting this and how fixing this would result in a safer user experience!
I'll close this in favor of #2871 which tracks implementing support for some form of automatic-snippet saving. Thanks!
When editing in the new DartPad, if you press
ctrl R
(which I did at least once hoping it would run the program),it reloads the page.
This clears the editor and loses the content.
There is no undo, no "back" navigation, generally no way to restore the content, it's just gone.
The old DartPad keeps the content when you reload (and when you open a new DartPad tab).
That's a better, and safer, user experience.
Steps to reproduce problem
Write code. Press Ctrl+R.
Additional info
Browser
Google Chrome
Version 121.0.6167.161 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: