Correction de la hauteur de la zone de notification quand le message est vide

This commit is contained in:
JonathanMM 2022-01-12 08:54:29 +01:00
parent 136af6028e
commit 95aebf737e

View file

@ -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