Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 9e06a5e

Browse files
committed
Add $blockScrolling: Infinity
1 parent be09379 commit 9e06a5e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/js/components/Editor.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export default class Editor extends Component {
2929
showPrintMargin
3030
highlightActiveLine
3131
wrapEnabled
32-
editorProps={{ $blockScrolling: true }}
32+
editorProps={{
33+
$blockScrolling: Infinity
34+
}}
3335
setOptions={{
3436
enableBasicAutocompletion: true,
3537
enableLiveAutocompletion: true,

0 commit comments

Comments
 (0)