Move Profile Editor into the new Settings Tab

This commit is contained in:
Scott Nonnenberg
2025-06-03 09:46:52 +10:00
committed by GitHub
parent 829b84a54e
commit 799a0dcc54
51 changed files with 1480 additions and 960 deletions

View File

@@ -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 (