Pause story while attempting to DOE
This commit is contained in:
parent
169d89aa0b
commit
7b9807d464
2 changed files with 7 additions and 2 deletions
|
@ -300,10 +300,11 @@ export const StoryViewer = ({
|
|||
const [pauseStory, setPauseStory] = useState(false);
|
||||
|
||||
const shouldPauseViewing =
|
||||
Boolean(confirmDeleteStory) ||
|
||||
currentViewTarget != null ||
|
||||
hasActiveCall ||
|
||||
hasConfirmHideStory ||
|
||||
hasExpandedCaption ||
|
||||
currentViewTarget != null ||
|
||||
isShowingContextMenu ||
|
||||
pauseStory ||
|
||||
Boolean(reactionEmoji);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue