This commit is contained in:
LoadChange 2019-07-14 16:44:53 +08:00 committed by Asa
parent 06304f583c
commit 5d019cb55e

View File

@ -124,7 +124,7 @@ class ConfigEditor extends React.Component {
this.monacoEditor = null;
const options = {
value,
language: this.state.configType,
language,
codeLens: true,
selectOnLineNumbers: true,
roundedSelection: false,