Closed ikhoon closed 4 months ago
Motivation:
I found that the content of an editor is submitted as is. If the content is JSON, we need to parse and embed it in the JSON payload.
Modifications:
JSON.parse()
Result:
JSON content is correctly submitted without trailing \n
\n
Motivation:
I found that the content of an editor is submitted as is. If the content is JSON, we need to parse and embed it in the JSON payload.
Modifications:
JSON.parse()
before creating commit changes.Result:
JSON content is correctly submitted without trailing
\n