Uncomment closePopupIfOpen code.

feature/default_network_editable
Dan Miller 6 years ago
parent cb8ea12db6
commit 64a82fd3da
  1. 6
      app/scripts/ui.js

@ -70,10 +70,10 @@ async function start () {
function closePopupIfOpen (windowType) {
// if (windowType !== ENVIRONMENT_TYPE_NOTIFICATION) {
if (windowType !== ENVIRONMENT_TYPE_NOTIFICATION) {
// should close only chrome popup
// notificationManager.closePopup()
// }
notificationManager.closePopup()
}
}
function displayCriticalError (err) {

Loading…
Cancel
Save