Fix error when closing a playing audio or video modal (#14310)

This commit is contained in:
ThibG
2020-07-15 21:07:53 +02:00
committed by GitHub
parent 6f798eb574
commit bfed7dd5f3
2 changed files with 4 additions and 0 deletions

View File

@ -298,6 +298,8 @@ class Audio extends React.PureComponent {
_renderCanvas () {
requestAnimationFrame(() => {
if (!this.audio) return;
this.handleTimeUpdate();
this._clear();
this._draw();