mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
parent
d3743d2b15
commit
7719a34e2c
@ -818,6 +818,10 @@ exports.register_click_handlers = function () {
|
||||
}, true);
|
||||
});
|
||||
|
||||
$('.app').on('scroll', function () {
|
||||
popovers.hide_actions_popover();
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
exports.any_active = function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user