Skip to content

Commit

Permalink
feat: add compile declaration fail error
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Jan 16, 2024
1 parent 662062a commit 6cb29fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/engine/src/engine-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ export async function destroy() {
documents.forEach(((doc: IPublicModelDocumentModel) => project.removeDocument(doc)));
}

// TODO: delete plugins except for core plugins

// unmount DOM container, this will trigger React componentWillUnmount lifeCycle,
// so necessary cleanups will be done.
engineContainer && unmountComponentAtNode(engineContainer);
Expand Down

0 comments on commit 6cb29fb

Please sign in to comment.