Fix cancel sending sticker (#447)
This commit is contained in:
parent
4da48921d3
commit
0d3ecc87f9
1 changed files with 1 additions and 0 deletions
|
@ -671,6 +671,7 @@ export function CommentCreate(props: Props) {
|
||||||
} else if (stickerSelector || isReviewingStickerComment) {
|
} else if (stickerSelector || isReviewingStickerComment) {
|
||||||
setReviewingStickerComment(false);
|
setReviewingStickerComment(false);
|
||||||
setStickerSelector(false);
|
setStickerSelector(false);
|
||||||
|
setSelectedSticker(null);
|
||||||
} else if (isReply && !minTip && onCancelReplying) {
|
} else if (isReply && !minTip && onCancelReplying) {
|
||||||
onCancelReplying();
|
onCancelReplying();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue