This commit is contained in:
Timothy Jaeryang Baek
2025-02-22 01:16:58 -08:00
parent 50dec12072
commit 667d26ca12
4 changed files with 14 additions and 9 deletions

View File

@@ -284,10 +284,10 @@ class Tools:
value={content}
{boilerplate}
lang="python"
on:change={(e) => {
onChange={(e) => {
_content = e.detail.value;
}}
on:save={() => {
onSave={() => {
if (formElement) {
formElement.requestSubmit();
}