We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d83fb65 + a3444e5 commit 9372413Copy full SHA for 9372413
Servers/UI/OJS.Servers.Ui/ClientApp/src/components/code-editor/CodeEditor.tsx
@@ -62,7 +62,11 @@ const CodeEditor = ({
62
automaticLayout: true,
63
hideCursorInOverviewRuler: true,
64
lineHeight: 20,
65
- scrollbar: { vertical: 'hidden' },
+ scrollbar: {
66
+ vertical: 'hidden',
67
+ alwaysConsumeMouseWheel: false,
68
+ },
69
+ scrollBeyondLastLine: false,
70
}}
71
onChange={onCodeChange}
72
keepCurrentModel={false}
0 commit comments