mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Fix #485 add scrollPastEnd 50% to output panel
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user