Fixing little issue when auto close

This commit is contained in:
Silversthorn 2023-10-09 18:57:11 +02:00
parent d31a83a783
commit 2fe862f6a2

View File

@ -552,7 +552,7 @@
}, 200);
setTimeout(function (element) {
closeNotification(element);
closeNotification(element.parentElement);
}, 7500, toastHeaderCloseSpan);
`