pull/1/head
Jan Umbach 2024-05-30 12:25:39 +02:00
parent c60e8c021e
commit bfe41687d7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
this.shadowRoot.appendChild(videoClone); this.shadowRoot.appendChild(videoClone);
// get video element // get video element
let videoElement = this.shadowRoot.querySelector('shx-video'); let videoElement = this.shadowRoot.querySelector('.shx-video');
videoElement.classList.add('shx-video-for-desc'); videoElement.classList.add('shx-video-for-desc');