resetAnimation after quit web full screen

This commit is contained in:
DIYgod 2017-03-09 01:23:29 +08:00
parent 867730d194
commit b3c541d08d
No known key found for this signature in database
GPG Key ID: F8797DD1088C6506
3 changed files with 3 additions and 2 deletions

2
dist/DPlayer.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1219,6 +1219,7 @@ class DPlayer {
case 27:
if (this.element.classList.contains('dplayer-fulled')) {
this.element.classList.remove('dplayer-fulled');
resetAnimation();
}
break;
}