We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6907d76 commit 54208fbCopy full SHA for 54208fb
src/BootstrapBlazor/Components/Toast/Toast.razor.js
@@ -49,6 +49,11 @@ export function update(id) {
49
progressElement.style.width = '100%';
50
progressElement.style.transition = `width linear ${delay / 1000}s`;
51
}
52
+ else {
53
+ toast._config.autohide = false;
54
+ progressElement.style.removeProperty('width');
55
+ progressElement.style.removeProperty('transition');
56
+ }
57
58
59
export function dispose(id) {
0 commit comments