add scroll to top option on notification toast
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
type: event.detail.type,
|
type: event.detail.type,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (event.detail.scrollToTop) {
|
||||||
|
window.scrollTo({ top: 0, behavior: 'smooth' });
|
||||||
|
}
|
||||||
|
|
||||||
const delay = event.detail.timeout ?? 4000;
|
const delay = event.detail.timeout ?? 4000;
|
||||||
|
|
||||||
if (delay > 0) {
|
if (delay > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user