fix removing el from plugin panel

pull/1/head
yann300 6 years ago
parent 602623bff2
commit 4473168fe1
  1. 1
      src/app/components/panel.js

@ -93,6 +93,7 @@ export class AbstractPanel {
const el = this.contents[name]
delete this.contents[name]
if (el) el.parentElement.removeChild(el)
if (name === this.active) this.active = undefined
}
/**

Loading…
Cancel
Save