resetAnimation after quit web full screen
This commit is contained in:
parent
867730d194
commit
b3c541d08d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1219,6 +1219,7 @@ class DPlayer {
|
|||
case 27:
|
||||
if (this.element.classList.contains('dplayer-fulled')) {
|
||||
this.element.classList.remove('dplayer-fulled');
|
||||
resetAnimation();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue