mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
maxheight increase
This commit is contained in:
parent
f3270a2219
commit
12d08eb709
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ export const SelectedFiles = (
|
|||
<BlockCode
|
||||
initValue={selection.selectionStr!}
|
||||
language={filenameToVscodeLanguage(selection.fileURI.path)}
|
||||
maxHeight={100}
|
||||
maxHeight={200}
|
||||
showScrollbars={true}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue