Skip to content

Commit

Permalink
Attempted workaround for .value not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisSpomer committed Dec 19, 2024
1 parent b20283f commit 374c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/PostView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
{
try
{
isEditing = true
isWaiting = true
editedContent = (await getPostByID(post.id, { original: true })).post.html
isEditing = true
}
finally
{
Expand Down

0 comments on commit 374c57f

Please sign in to comment.