remove()

in src/plugin/index.tsx [122:130]


  remove() {
    this.delete()

    if (this.container != null) {
      this.container.remove()
    }

    pluginRegistry.remove(this.placeId, this)
  }