When reacting to a group story keep the modal open
This commit is contained in:
parent
0350692034
commit
32e694d8a4
1 changed files with 3 additions and 1 deletions
|
@ -714,7 +714,9 @@ export const StoryViewer = ({
|
|||
onClose={() => setHasStoryViewsNRepliesModal(false)}
|
||||
onReact={emoji => {
|
||||
onReactToStory(emoji, story);
|
||||
setHasStoryViewsNRepliesModal(false);
|
||||
if (!isGroupStory) {
|
||||
setHasStoryViewsNRepliesModal(false);
|
||||
}
|
||||
setReactionEmoji(emoji);
|
||||
showToast(ToastType.StoryReact);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue