Automatically hide actions popover on scroll.

Fixes #3012.
This commit is contained in:
Tommy Ip
2016-12-31 20:05:50 +00:00
committed by showell
parent d3743d2b15
commit 7719a34e2c

View File

@@ -818,6 +818,10 @@ exports.register_click_handlers = function () {
}, true);
});
$('.app').on('scroll', function () {
popovers.hide_actions_popover();
});
};
exports.any_active = function () {