Skip to content

Commit

Permalink
fix infinite load in reply/draft. Closes #478
Browse files Browse the repository at this point in the history
  • Loading branch information
ticruz38 committed Nov 20, 2024
1 parent fb8ffd3 commit 960fd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/shared/NoteReply.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
})
addDraftToContext(event, () => thunk.controller.abort())
isOpen = false
loading = false
thunk.result.then(() => {
clearDraft()
Expand Down

0 comments on commit 960fd9f

Please sign in to comment.