diff --git a/src/components/NewNote/EditBox/EditBox.tsx b/src/components/NewNote/EditBox/EditBox.tsx index d69b7e2..d884fa2 100644 --- a/src/components/NewNote/EditBox/EditBox.tsx +++ b/src/components/NewNote/EditBox/EditBox.tsx @@ -664,6 +664,7 @@ const EditBox: Component<{ toast?.sendSuccess(intl.formatMessage(tToast.publishNoteSuccess)); props.onSuccess && props.onSuccess({ success, reasons, note }); setIsPostingInProgress(false); + saveNoteDraft(account.publicKey, '', props.replyToNote?.post.id) clearEditor(); } unsub();