blockly-samples
blockly-samples copied to clipboard
auto deserialize JSON/XML in advanced playground
Check for duplicates
- [X] I have searched for similar issues before opening a new one.
Component
No response
Description
For all plugins, the demo page has JSON/XML/JavaScript/Python/etc tabs. All these tabs are read-only, with the exception of JSON/XML. But pasting or editing the JSON/XML does nothing. Either they should all be read-only, or editing the serialization formats should actually do something.
Reproduction steps
No response
Stack trace
No response
Screenshots
No response
If you right click, you can import the serialized state. I think this might be more of a feature request to have it automatically deserialize.
Oof, that right-click is not very discoverable.
Adding a button or something more visible would be fine, or doing it automatically (only on enter, not every keypress)