diff --git a/ts/notificationMessage.ts b/ts/notificationMessage.ts index d7d358b..bcc08d5 100644 --- a/ts/notificationMessage.ts +++ b/ts/notificationMessage.ts @@ -13,7 +13,7 @@ export default class NotificationMessage { this._notificationArea.style.opacity = "0"; this._currentTimeout = setTimeout( (() => { - this._notificationArea.innerHTML = ""; + this._notificationArea.innerHTML = " "; this._currentTimeout = undefined; }).bind(this), 1000