Changing fade timeout
This commit is contained in:
parent
9776b4f4d3
commit
677d0a9945
|
@ -126,7 +126,7 @@ function handleNotificationShow(e, notification) {
|
|||
setTimeout(() => {
|
||||
if(!notifications.find(e => e.id === notification.id))return
|
||||
handleNotificationClose(null, notification.id)
|
||||
}, 3000)
|
||||
}, 5000)
|
||||
}
|
||||
|
||||
function handleNotificationClick(e, notificationId) {
|
||||
|
|
Loading…
Reference in New Issue