feat: add dispose

This commit is contained in:
SaikaSakura
2022-07-27 14:02:50 +08:00
parent 8b8529c1be
commit 9cd1890bb6

View File

@@ -444,6 +444,7 @@ export class Editor implements Virgo {
this.hooks.dispose();
this.plugin_manager.dispose();
this.selectionManager.dispose();
this.dragDropManager.dispose();
this._disposeClipboard();
}
}