mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
It can happen that reactions are re-rendered while we are in the process of showing tooltip for them. In that case, we setup MutationObserver for an element not present in DOM which results in weird behaviour. We avoid it by checking the element again before setting up MutationObserver for it. See https://chat.zulip.org/#narrow/stream/6-frontend/topic /tippy.20bug/near/1206316 for details on the issue.
5.4 KiB
5.4 KiB