Inspect: Hide minimap in json view
This commit is contained in:
@@ -142,7 +142,7 @@ export class InspectJSONTab extends PureComponent<Props, State> {
|
||||
height={height}
|
||||
language="json"
|
||||
showLineNumbers={true}
|
||||
showMiniMap={text && text.length > 100}
|
||||
showMiniMap={false}
|
||||
value={text || ''}
|
||||
readOnly={!isPanelJSON}
|
||||
onBlur={this.onTextChanged}
|
||||
|
||||
Reference in New Issue
Block a user