stream_popover: Fix hiding topic popover.

This commit is contained in:
Tim Abbott
2017-03-08 23:25:22 -08:00
parent ae12f3dfd0
commit 5613358638

View File

@@ -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;
}