public destroy()

in src/plugin/fieldViews/ProseMirrorFieldView.ts [119:121]


  public destroy() {
    if (this.innerEditorView) this.close();
  }