chore: fix breaking change in monaco

This commit is contained in:
Oliver Eyton-Williams
2021-10-27 09:15:44 +02:00
committed by Mrugesh Mohapatra
parent 544588779e
commit 21b7a9ee4f

View File

@ -209,7 +209,9 @@ const Editor = (props: EditorProps): JSX.Element => {
selectionHighlight: false,
overviewRulerBorder: false,
hideCursorInOverviewRuler: true,
renderIndentGuides: false,
guides: {
indentation: false
},
minimap: {
enabled: false
},