fix: codeblock

This commit is contained in:
Timothy Jaeryang Baek
2025-02-23 21:39:34 -08:00
parent 7a63947b94
commit 802f8809dd
3 changed files with 7 additions and 7 deletions

View File

@@ -464,8 +464,8 @@
onSave={() => {
saveCode();
}}
onChange={(e) => {
_code = e;
onChange={(value) => {
_code = value;
}}
/>
</div>