Skip to content

Commit 7471c36

Browse files
committed
ASTDiff Gui: Potential fix for monaco diff viewer
1 parent 25e179b commit 7471c36

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: false,
6+
automaticLayout: config.spv !== true,
77
scrollBeyondLastLine: false,
88
lineDecorationsWidth: 0,
99
glyphMargin: false,

0 commit comments

Comments
 (0)