private close()

in src/plugin/fieldViews/ProseMirrorFieldView.ts [426:433]


  private close() {
    if (!this.innerEditorView) {
      return;
    }
    this.innerEditorView.destroy();
    this.innerEditorView = undefined;
    this.fieldViewElement.textContent = "";
  }