Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the Notification Message display timings #8689

Next Next commit
Reduce the Notification Message display timings
HitishRaoP committed Oct 2, 2024
commit 295e8b4e3f6e6c4de76826ceab2ebe1a4971dd0f
1 change: 1 addition & 0 deletions src/Utils/Notifications.js
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ const notify = (text, type) => {
sticker: false,
},
stack: notifyStack,
delay: 2500,
});
notification.refs.elem.addEventListener("click", () => {
notification.close();