Skip to content

Commit

Permalink
Fix cancel sending sticker (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-xmr authored and jessopb committed Jan 22, 2022
1 parent 4da4892 commit 0d3ecc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/component/commentCreate/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ export function CommentCreate(props: Props) {
} else if (stickerSelector || isReviewingStickerComment) {
setReviewingStickerComment(false);
setStickerSelector(false);
setSelectedSticker(null);
} else if (isReply && !minTip && onCancelReplying) {
onCancelReplying();
}
Expand Down

0 comments on commit 0d3ecc8

Please sign in to comment.