Skip to content

Commit 4b7ec8d

Browse files
committed
fix(editor): re-enable scroll beyond last line in monaco
1 parent 04fd2dd commit 4b7ec8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monaco/Monaco.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ onMounted(async () => {
5252
theme: replTheme.value === 'light' ? theme.light : theme.dark,
5353
readOnly: props.readonly,
5454
automaticLayout: true,
55-
scrollBeyondLastLine: false,
55+
scrollBeyondLastLine: true,
5656
minimap: {
5757
enabled: false,
5858
},

0 commit comments

Comments
 (0)