diff --git a/src/lib/components/PostView.svelte b/src/lib/components/PostView.svelte index c5a0623..402cdd8 100644 --- a/src/lib/components/PostView.svelte +++ b/src/lib/components/PostView.svelte @@ -38,9 +38,9 @@ { try { - isEditing = true isWaiting = true editedContent = (await getPostByID(post.id, { original: true })).post.html + isEditing = true } finally {