Automatically hide all popovers on scroll.

This commit is contained in:
Tommy Ip 2017-01-03 23:47:47 +00:00 committed by Tim Abbott
parent 3bd70075c4
commit 92dd4c1b98
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ exports.register_click_handlers = function () {
});
$('.app').on('scroll', function () {
popovers.hide_actions_popover();
popovers.hide_all();
});
};