pull/1/head
Jan Umbach 2024-05-30 12:58:53 +02:00
parent 5539f957b8
commit 298da82eb3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
videoElement.classList.add('shx-video-for-desc');
// pause all video
this.videoClones.keys().forEach((key) => {
Object.keys(this.videoClones).forEach((key) => {
if (key !== this.currentVariant) {
this.videoClones[key].pause();
}