mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
stream_popover: Fix hiding topic popover.
This commit is contained in:
@@ -115,7 +115,7 @@ function build_topic_popover(e) {
|
||||
if (exports.topic_popped()
|
||||
&& current_topic_sidebar_elem === elt) {
|
||||
// If the popover is already shown, clicking again should toggle it.
|
||||
popovers.hide_topic_popover();
|
||||
exports.hide_topic_popover();
|
||||
e.stopPropagation();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user