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:
@@ -135,7 +135,12 @@ export const CallingDeviceSelection = ({
|
||||
: undefined;
|
||||
|
||||
return (
|
||||
<Modal i18n={i18n} theme={Theme.Dark} onClose={toggleSettings}>
|
||||
<Modal
|
||||
modalName="CallingDeviceSelection"
|
||||
i18n={i18n}
|
||||
theme={Theme.Dark}
|
||||
onClose={toggleSettings}
|
||||
>
|
||||
<div className="module-calling-device-selection">
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user