mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
feat(client): enable scrollBeyondLastLine in editor
This commit is contained in:
parent
4049c38440
commit
765e72e702
@ -228,7 +228,7 @@ const Editor = (props: EditorProps): JSX.Element => {
|
||||
|
||||
const options: editor.IStandaloneEditorConstructionOptions = {
|
||||
fontSize: 18,
|
||||
scrollBeyondLastLine: false,
|
||||
scrollBeyondLastLine: true,
|
||||
selectionHighlight: false,
|
||||
overviewRulerBorder: false,
|
||||
hideCursorInOverviewRuler: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user