Skip to content

Commit

Permalink
fix(h5): inneraudiocontext destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
GauharChan authored and ZakaryCode committed Jul 10, 2023
1 parent 136741b commit 5543db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/taro-h5/src/api/media/audio/InnerAudioContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export class InnerAudioContext implements Taro.InnerAudioContext {
destroy = () => {
this.stop()
if (this.Instance) {
document.body.removeChild(this.Instance)
this.Instance = undefined
}
}
Expand Down

0 comments on commit 5543db8

Please sign in to comment.