mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
When a topic is muted, it is removed from the view in some cases. This can lead to the popover being force closed since the popover is anchored to the reference element. We add a delay to all the methods that contribute to hiding the topic, on mute, to allow the relevant animations to be completed before the topic is hidden from view and the popover is closed.