diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index 74d1ddbd7..6fcc2f244 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -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(); }