pull/1/head
Jan Umbach 2024-05-29 23:29:20 +02:00
parent 3c7c177177
commit 9314d9fa8c
1 changed files with 1 additions and 0 deletions

View File

@ -595,6 +595,7 @@ class DeferredMedia extends HTMLElement {
}
loadContent(focus = true) {
console.log('Loading content');
window.pauseAllMedia();
if (!this.getAttribute('loaded')) {
const content = document.createElement('div');