mirror of https://github.com/zulip/zulip.git
Clear popovers on stream narrows fix (Issue #2281)
This commit is contained in:
parent
7317dd1825
commit
23f3271551
|
@ -453,7 +453,7 @@ $(function () {
|
|||
ui.change_tab_to('#home');
|
||||
}
|
||||
var stream = $(e.target).parents('li').attr('data-name');
|
||||
|
||||
popovers.hide_all();
|
||||
narrow.by('stream', stream, {select_first_unread: true, trigger: 'sidebar'});
|
||||
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue