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> {
height={height}
language="json"
showLineNumbers={true}
showMiniMap={false}
showMiniMap={text && text.length > 100}
value={text || ''}
readOnly={!isPanelJSON}
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