mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Move Profile Editor into the new Settings Tab
This commit is contained in:
@@ -66,6 +66,12 @@ export const ModalHost = React.memo(function ModalHostInner({
|
||||
}
|
||||
return handleOutsideClick(
|
||||
node => {
|
||||
// In strange event propagation situations we can get the actual document.body
|
||||
// node here. We don't want to handle those events.
|
||||
if (node === document.body) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// ignore clicks that originate in the calling/pip
|
||||
// when we're not handling a component in the calling/pip
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user