Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
fix #876
  • Loading branch information
petersalomonsen committed Jul 15, 2024
1 parent 4eac52a commit f9aeb4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function composeData() {
onCommit: () => {
setCommentToast(true);
setComment("");
Storage.privateSet(draftKey, "");
setHandler("committed");
setTxnCreated(false);
},
Expand Down

0 comments on commit f9aeb4a

Please sign in to comment.