mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
ignore scroll
This commit is contained in:
parent
98e07e1c7f
commit
df21a99ed9
1 changed files with 8 additions and 1 deletions
|
|
@ -1889,7 +1889,14 @@ const SingleDiffEditor = ({ block, lang }: { block: ExtractedSearchReplaceBlock,
|
|||
renderSideBySide: true,
|
||||
minimap: { enabled: false },
|
||||
lineNumbers: 'off',
|
||||
scrollbar: { vertical: 'hidden', horizontal: 'auto', verticalScrollbarSize: 0, horizontalScrollbarSize: 8 },
|
||||
scrollbar: {
|
||||
vertical: 'hidden',
|
||||
horizontal: 'auto',
|
||||
verticalScrollbarSize: 0,
|
||||
horizontalScrollbarSize: 8,
|
||||
alwaysConsumeMouseWheel: false,
|
||||
ignoreHorizontalScrollbarInContentHeight: true,
|
||||
},
|
||||
hover: { enabled: false },
|
||||
folding: false,
|
||||
selectionHighlight: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue