Skip to content

Commit 8fffa20

Browse files
authored
Merge pull request #112 from open-rpc/fix/remove-minimap
fix: remove minimap
2 parents 4c99b8d + 1340aa1 commit 8fffa20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/containers/JSONRPCRequestEditor.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ const JSONRPCRequestEditor: React.FC<IProps> = (props) => {
113113
return (
114114
<MonacoEditor
115115
height="93vh"
116+
options={{
117+
minimap: {
118+
enabled: false,
119+
},
120+
}}
116121
value={props.value}
117122
editorDidMount={handleEditorDidMount}
118123
language="json"

0 commit comments

Comments
 (0)