test
parent
3c7c177177
commit
9314d9fa8c
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue