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
A common use case is probably to initially paste in a chunk of json, and then edit it in the editor.
There is an edit button next to root that goes to a nice textarea for pasting in JSON. I would like to be able to trigger that view externally with my own button.
Currently I workaround by using tabs, one with the editor and one with my own textarea.
The text was updated successfully, but these errors were encountered:
There's been another request for an external trigger for something else (can't remember what right now), so I'll probably do this with a range of internal functions that can be triggered via a single prop.
A common use case is probably to initially paste in a chunk of json, and then edit it in the editor.
There is an edit button next to root that goes to a nice textarea for pasting in JSON. I would like to be able to trigger that view externally with my own button.
Currently I workaround by using tabs, one with the editor and one with my own textarea.
The text was updated successfully, but these errors were encountered: