mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
We have a body-level click handler that closes all modals if you click outside a modal. This code is a bit brittle, because we need to first check that the element we clicked is not in a modal, and our markup there isn't entirely consistent. This is a quick fix that just adds `#user-profile-modal` as one of the selectors to look for. Fixes #10500
26 KiB
26 KiB