mirror of https://github.com/zulip/zulip.git
Automatically hide all popovers on scroll.
This commit is contained in:
parent
3bd70075c4
commit
92dd4c1b98
|
@ -820,7 +820,7 @@ exports.register_click_handlers = function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.app').on('scroll', function () {
|
$('.app').on('scroll', function () {
|
||||||
popovers.hide_actions_popover();
|
popovers.hide_all();
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue