feature/new_look_default_theme #22

Merged
sergiotarxz merged 7 commits from feature/new_look_default_theme into master 2021-01-22 01:25:08 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a7925763a8 - Show all commits

View File

@ -10,6 +10,7 @@ class VideoContainer {
if (option) {
this.element.classList.add('active');
} else {
this.video.pause();
this.element.classList.remove('active');
this.downloadVideoPrepare.classList.add('active');
this.downloadVideoLoading.classList.remove('active');