Skip to content

Commit ec6c54e

Browse files
committed
Revert "ASTDiff Gui: Potential fix for monaco diff viewer"
This reverts commit 0c98bd8.
1 parent 4fe675d commit ec6c54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/web/dist/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function getEditorOptions(config, text) {
33
value: text,
44
readOnly: true,
55
language: getLanguage(config),
6-
automaticLayout: config.spv !== true,
6+
automaticLayout: false,
77
scrollBeyondLastLine: false,
88
lineDecorationsWidth: 0,
99
glyphMargin: false,

0 commit comments

Comments
 (0)