solve issue#2413

pull/1/head
Grandschtroumpf 5 years ago committed by François
parent 8ff18f9a6f
commit eba2d0aba4
  1. 4
      src/app/components/panel.js

@ -62,7 +62,9 @@ export class AbstractPanel extends HostPlugin {
if (view.tagName === 'IFRAME') {
view.addEventListener('load', () => {
this.contents[name].removeChild(loading)
if (this.contents[name].contains(loading)) {
this.contents[name].removeChild(loading)
}
view.style.display = 'block'
})
}

Loading…
Cancel
Save