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
cache current file in localStorage so it's not lost on page refresh
Expected Behavior
When refreshing the webpage of the editor (https://ethereum-play.github.io/editor-solidity/) I would expect that the (edited) source stays present.
I refresh can be triggerd by F5, by metamask (when changing networks) or other ways.
Current Behavior
Currently the source is lost and replaced by the default demo contract: SimpleStorage
@todo
localStorage
so it's not lost on page refreshExpected Behavior
When refreshing the webpage of the editor (https://ethereum-play.github.io/editor-solidity/) I would expect that the (edited) source stays present.
I refresh can be triggerd by F5, by metamask (when changing networks) or other ways.
Current Behavior
Currently the source is lost and replaced by the default demo contract: SimpleStorage
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: