mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
monaco enable scroll beyond last line
This commit is contained in:
@@ -123,7 +123,7 @@ export const MonacoEditor = ({
|
||||
const options: monaco.editor.IStandaloneEditorConstructionOptions = {
|
||||
minimap: { enabled: false },
|
||||
// scrollbar: { alwaysConsumeMouseWheel: false },
|
||||
scrollBeyondLastLine: false,
|
||||
scrollBeyondLastLine: true,
|
||||
folding: false,
|
||||
automaticLayout: true,
|
||||
renderValidationDecorations: "on",
|
||||
|
||||
Reference in New Issue
Block a user