Skip to content

Commit 5cc5865

Browse files
committed
chore: 增加 null 赋值
1 parent 97c771b commit 5cc5865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Components/Message/Message.razor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export function dispose(id) {
7777
msg.items.forEach(item => {
7878
if (item.animationId) {
7979
cancelAnimationFrame(item.animationId);
80+
item.animationId = null;
8081
}
8182
});
8283
}

0 commit comments

Comments
 (0)