Fix #485 add scrollPastEnd 50% to output panel

This commit is contained in:
Misode
2024-03-14 17:31:18 +01:00
parent 8195c05bc1
commit b1332d7d22

View File

@@ -101,6 +101,7 @@ export function SourcePanel({ name, model, blockStates, doCopy, doDownload, doIm
fontSize: 14,
showFoldWidgets: false,
highlightSelectedWord: false,
scrollPastEnd: 0.5,
})
braceEditor.$blockScrolling = Infinity
braceEditor.on('blur', () => onImport.current())