diff --git a/src/managers/notification-manager.html b/src/managers/notification-manager.html index 3d09a58d23..e60106c818 100644 --- a/src/managers/notification-manager.html +++ b/src/managers/notification-manager.html @@ -9,6 +9,6 @@ } diff --git a/src/managers/notification-manager.js b/src/managers/notification-manager.js index 97da5ff8ba..4ed54dfd16 100644 --- a/src/managers/notification-manager.js +++ b/src/managers/notification-manager.js @@ -11,6 +11,12 @@ export default new Polymer({ behaviors: [nuclearObserver], properties: { + // Otherwise we cannot close a modal when a notification is being shown. + neg: { + type: Boolean, + value: false, + }, + text: { type: String, bindNuclear: notificationGetters.lastNotificationMessage,