mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00: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…
Reference in New Issue
Block a user