Commit d19d6128 by Torkel Ödegaard

Revert "Inspect: Hide minimap in json view"

This reverts commit 0dd5c4e6.
parent 0dd5c4e6
...@@ -142,7 +142,7 @@ export class InspectJSONTab extends PureComponent<Props, State> { ...@@ -142,7 +142,7 @@ export class InspectJSONTab extends PureComponent<Props, State> {
height={height} height={height}
language="json" language="json"
showLineNumbers={true} showLineNumbers={true}
showMiniMap={false} showMiniMap={text && text.length > 100}
value={text || ''} value={text || ''}
readOnly={!isPanelJSON} readOnly={!isPanelJSON}
onBlur={this.onTextChanged} onBlur={this.onTextChanged}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment