fix: online editer eol error
This commit is contained in:
@@ -308,7 +308,10 @@ onMounted(loadTree)
|
||||
scrollBeyondLastLine: false,
|
||||
automaticLayout: true,
|
||||
tabSize: 2,
|
||||
wordWrap: 'on'
|
||||
wordWrap: 'on',
|
||||
files: {
|
||||
eol: '\n'
|
||||
}
|
||||
}"
|
||||
style="height: 100%"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user