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

@@ -372,7 +372,7 @@ class Pipe:
lang="python"
{boilerplate}
onChange={(e) => {
_content = e.detail.value;
_content = e;
}}
onSave={async () => {
if (formElement) {