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 97c771b commit 5cc5865Copy full SHA for 5cc5865
src/BootstrapBlazor/Components/Message/Message.razor.js
@@ -77,6 +77,7 @@ export function dispose(id) {
77
msg.items.forEach(item => {
78
if (item.animationId) {
79
cancelAnimationFrame(item.animationId);
80
+ item.animationId = null;
81
}
82
});
83
0 commit comments