diff options
Merge branch 'master' into i18n-translator-redux
Diffstat (limited to 'app/scripts/popup.js')
-rw-r--r-- | app/scripts/popup.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/popup.js b/app/scripts/popup.js index 6ef0be1ff..13c7ac5ec 100644 --- a/app/scripts/popup.js +++ b/app/scripts/popup.js @@ -69,6 +69,7 @@ async function start() { function closePopupIfOpen (windowType) { if (windowType !== 'notification') { + // should close only chrome popup notificationManager.closePopup() } } |