mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Fixing little issue when auto close
This commit is contained in:
parent
d31a83a783
commit
2fe862f6a2
@ -552,7 +552,7 @@
|
||||
}, 200);
|
||||
|
||||
setTimeout(function (element) {
|
||||
closeNotification(element);
|
||||
closeNotification(element.parentElement);
|
||||
}, 7500, toastHeaderCloseSpan);
|
||||
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user