We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe675d commit ec6c54eCopy full SHA for ec6c54e
src/main/resources/web/dist/utils.js
@@ -3,7 +3,7 @@ function getEditorOptions(config, text) {
3
value: text,
4
readOnly: true,
5
language: getLanguage(config),
6
- automaticLayout: config.spv !== true,
+ automaticLayout: false,
7
scrollBeyondLastLine: false,
8
lineDecorationsWidth: 0,
9
glyphMargin: false,
0 commit comments