Skip to content

Commit c9bb4eb

Browse files
committed
fix:fixed io bugs
1 parent 4a61765 commit c9bb4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/packages/wu-lottie/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class WuLottie extends WuComponent implements OnConnected, OnDisConnected
3636
}
3737

3838
public override disConnected(): void {
39-
39+
this.lottieInstance.destroy();
4040
}
4141

4242
private init(){

0 commit comments

Comments
 (0)