diff --git a/js/directive/appPopoverMenuUtils.js b/js/directive/appPopoverMenuUtils.js index 67ccb14d6..5c366391a 100644 --- a/js/directive/appPopoverMenuUtils.js +++ b/js/directive/appPopoverMenuUtils.js @@ -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'); } diff --git a/js/public/app.js b/js/public/app.js index 7bf7558e9..afb8f16f5 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -665,7 +665,6 @@ app.directive('appPopoverMenuUtils', function () { e.stopPropagation(); }); scope.$on('documentClicked', function (scope, event) { - e.stopPropagation(); if (event.target !== button) { menu.addClass('hidden'); }