feat(client): enable scrollBeyondLastLine in editor
This commit is contained in:
committed by
Ahmad Abdolsaheb
parent
4049c38440
commit
765e72e702
@@ -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,
|
||||||
|
Reference in New Issue
Block a user