test
parent
cd60bb03ef
commit
be28deaab9
|
@ -60,7 +60,7 @@
|
|||
// pause all video
|
||||
Object.keys(this.video_wrapper_Clones).forEach((key) => {
|
||||
if (key !== this.currentVariant) {
|
||||
this.video_wrapper_Clones[key].pause();
|
||||
this.video_wrapper_Clones[key].querySelector('video').pause();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue