Skip to content

Commit 1340aa1

Browse files
committed
fix: remove minimap
1 parent 4c99b8d commit 1340aa1

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)