File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
playground/Components/Playground Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5151 FontSize = 14 ,
5252 FontFamily = " 'JetBrains Mono', monospace" ,
5353 Minimap = new EditorMinimapOptions { Enabled = false },
54- ScrollBeyondLastLine = false ,
54+ StickyScroll = new EditorStickyScrollOptions { Enabled = false },
55+ ScrollBeyondLastLine = true ,
5556 RenderLineHighlight = " all" ,
5657 TabSize = 4 ,
5758 BracketPairColorization = new BracketPairColorizationOptions { Enabled = true },
Original file line number Diff line number Diff line change 5050 FontFamily = " 'JetBrains Mono', monospace" ,
5151 ReadOnly = true ,
5252 Minimap = new EditorMinimapOptions { Enabled = false },
53- ScrollBeyondLastLine = false ,
53+ StickyScroll = new EditorStickyScrollOptions { Enabled = false },
54+ ScrollBeyondLastLine = true ,
5455 RenderLineHighlight = " none" ,
5556 TabSize = 4 ,
5657 BracketPairColorization = new BracketPairColorizationOptions { Enabled = true },
You can’t perform that action at this time.
0 commit comments