Merge pull request #980 from b-ye/patch-1

This commit is contained in:
DIYgod 2022-08-15 18:38:20 +01:00 committed by GitHub
commit be9bb1f064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -249,9 +249,8 @@ class Controller {
link.click();
document.body.removeChild(link);
URL.revokeObjectURL(dataURL);
this.player.events.trigger('screenshot', dataURL);
});
this.player.events.trigger('screenshot', dataURL);
});
}
}