Feat: Modify the Python language template code of the code operator #4977 (#7714)

### What problem does this PR solve?

Feat: Modify the Python language template code of the code operator
#4977
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-05-19 19:34:43 +08:00
committed by GitHub
parent e8e2a95165
commit 8e87436725
5 changed files with 184 additions and 100 deletions

View File

@ -51,7 +51,7 @@ const CodeForm = ({ onValuesChange, form, node }: IOperatorForm) => {
className="bg-gray-100 rounded dark:bg-gray-800"
>
<Editor
height={200}
height={600}
theme="vs-dark"
language={formData.lang}
options={{