ChainSafe / simpleserialize.com

https://simpleserialize.com
MIT License
7 stars 6 forks source link

Don't overwrite existing content when changing types #50

Closed ajsutton closed 2 years ago

ajsutton commented 2 years ago

If I paste in some content to decode and then change either the fork or SSZ type, my content gets overwritten with example content - often without me noticing. It would be great if it only loaded sample content on demand or if the content hasn't been modified by the user already.