This commit is contained in:
Julius Haertl
2016-12-07 01:46:07 +01:00
parent 9ff3a19a9b
commit 9c99b7138b
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ app.directive('appPopoverMenuUtils', function () {
e.stopPropagation();
});
scope.$on('documentClicked', function (scope, event) {
e.stopPropagation();
if (event.target !== button) {
menu.addClass('hidden');
}