Create new EditorContent component

This commit is contained in:
Jon Staab
2025-02-03 20:57:47 -08:00
parent 7d4ba6c806
commit fedc99b0f0
7 changed files with 59 additions and 39 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
const {url, event} = $props()
const confirm = async () => {
await publishDelete({event, relays: [url]})
const snapshot = $state.snapshot(event)
await publishDelete({event: snapshot, relays: [url]})
clearModals()
}