chore: fix breaking change in monaco
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
544588779e
commit
21b7a9ee4f
@ -209,7 +209,9 @@ const Editor = (props: EditorProps): JSX.Element => {
|
||||
selectionHighlight: false,
|
||||
overviewRulerBorder: false,
|
||||
hideCursorInOverviewRuler: true,
|
||||
renderIndentGuides: false,
|
||||
guides: {
|
||||
indentation: false
|
||||
},
|
||||
minimap: {
|
||||
enabled: false
|
||||
},
|
||||
|
Reference in New Issue
Block a user