feat(client): enable scrollBeyondLastLine in editor

This commit is contained in:
Shaun Hamilton
2022-01-28 12:21:13 +00:00
committed by Ahmad Abdolsaheb
parent 4049c38440
commit 765e72e702

View File

@@ -228,7 +228,7 @@ const Editor = (props: EditorProps): JSX.Element => {
const options: editor.IStandaloneEditorConstructionOptions = { const options: editor.IStandaloneEditorConstructionOptions = {
fontSize: 18, fontSize: 18,
scrollBeyondLastLine: false, scrollBeyondLastLine: true,
selectionHighlight: false, selectionHighlight: false,
overviewRulerBorder: false, overviewRulerBorder: false,
hideCursorInOverviewRuler: true, hideCursorInOverviewRuler: true,