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

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