fix: enchance code editor syle

This commit is contained in:
Joel
2024-03-06 11:23:34 +08:00
parent 430569d486
commit 9839b5cb53
5 changed files with 49 additions and 3 deletions

View File

@ -59,6 +59,7 @@ const Panel: FC<NodePanelProps<CodeNodeType>> = ({
<Split />
{inputs.code_language}
<CodeEditor
readOnly={readOnly}
title={
<TypeSelector
options={codeLanguages}