mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix click handling for stories
This commit is contained in:
@@ -83,7 +83,10 @@ export function CustomizingPreferredReactionsModal({
|
||||
deselectDraftEmoji();
|
||||
return true;
|
||||
},
|
||||
{ containerElements: [popperElement] }
|
||||
{
|
||||
containerElements: [popperElement],
|
||||
name: 'CustomizingPreferredReactionsModal.draftEmoji',
|
||||
}
|
||||
);
|
||||
}, [isSomethingSelected, popperElement, deselectDraftEmoji]);
|
||||
|
||||
@@ -103,6 +106,7 @@ export function CustomizingPreferredReactionsModal({
|
||||
|
||||
return (
|
||||
<Modal
|
||||
modalName="CustomizingPreferredReactionsModal"
|
||||
moduleClassName="module-CustomizingPreferredReactionsModal"
|
||||
hasXButton
|
||||
i18n={i18n}
|
||||
|
||||
Reference in New Issue
Block a user