This commit is contained in:
Timothy Jaeryang Baek
2025-02-22 02:00:06 -08:00
parent 794919e91d
commit 8f3fcdcf5c
4 changed files with 5 additions and 5 deletions

View File

@@ -465,7 +465,7 @@
saveCode();
}}
onChange={(e) => {
_code = e.detail.value;
_code = e;
}}
/>
</div>