Skip to content

Commit d674bfa

Browse files
authored
Merge pull request #71 from wu-component/feat/new
fix:fixed io bugs
2 parents 97973cd + c9bb4eb commit d674bfa

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)