From e2d9315d9af105d5c582b0a6d21688eae5632759 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Sat, 15 May 2021 13:03:10 +0530 Subject: [PATCH] Changed layout of state inspector --- frontend/src/Editor/Editor.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index cf1e6926ae..75ff3eb9a8 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -493,6 +493,8 @@ class Editor extends React.Component { name={'globals'} displayDataTypes={false} collapsed={true} + displayObjectSize={false} + quotesOnKeys={false} sortKeys={true} indentWidth={1} /> @@ -506,6 +508,8 @@ class Editor extends React.Component { enableClipboard={false} displayDataTypes={false} collapsed={true} + displayObjectSize={false} + quotesOnKeys={false} sortKeys={true} indentWidth={0.5} /> @@ -519,6 +523,8 @@ class Editor extends React.Component { enableClipboard={false} displayDataTypes={false} collapsed={true} + displayObjectSize={false} + quotesOnKeys={false} sortKeys={true} />