Fix cancel sending sticker (#447)

This commit is contained in:
saltrafael 2021-12-08 11:17:22 -03:00 committed by zeppi
parent 4da48921d3
commit 0d3ecc87f9

View file

@ -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();
}