From 9c99b7138bac1881cd5ce4f8a245a2771c6d3396 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Wed, 7 Dec 2016 01:46:07 +0100 Subject: [PATCH] Cleanup --- js/directive/appPopoverMenuUtils.js | 1 - js/public/app.js | 1 - 2 files changed, 2 deletions(-) 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'); }