mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
In Firefox, event targets can be pseudo elements like text nodes which don't have .closest method. This results in error when delegate tries to handle trigger for a text node target. Since https://github.com/atomiks/tippyjs/pull/1166 has no response from the developer, we decided to apply this patch ourselves.