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