Dispose AudioPlayerViewModel

This commit is contained in:
R Midhun Suresh 2025-08-11 15:09:20 +05:30
parent 1927a4b235
commit c08e756854
No known key found for this signature in database

View File

@ -74,6 +74,7 @@ export default class MAudioBody extends React.PureComponent<IBodyProps, IState>
public componentWillUnmount(): void {
this.state.playback?.destroy();
this.state.audioPlayerVm?.dispose();
}
protected get showFileBody(): boolean {