pull/1/head
Jan Umbach 2024-05-30 13:02:35 +02:00
parent feda4df2cc
commit e7d1868cfe
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
this.appendChild(videoWrapperClone);
// get video element
let videoElement = videoElement.querySelector('video');
videoWrapper.classList.add('shx-video-for-desc');
let videoElement = videoWrapperClone.querySelector('video');
videoWrapperClone.classList.add('shx-video-for-desc');
// pause all video
Object.keys(this.video_wrapper_Clones).forEach((key) => {