Multiple minor fixes for 2.0.1 release to improve general usability
This commit is contained in:
@@ -2476,7 +2476,8 @@ const CodeEditor = (props) => {
|
||||
var fixedcodedata = localcodedata
|
||||
const valid = validateJson(localcodedata, true)
|
||||
if (valid.valid) {
|
||||
fixedcodedata = JSON.stringify(valid.result, null, 2)
|
||||
//fixedcodedata = JSON.stringify(valid.result, null, 2)
|
||||
fixedcodedata = JSON.stringify(valid.result)
|
||||
}
|
||||
|
||||
// console.log(codedata)
|
||||
|
||||
Reference in New Issue
Block a user