mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
feat: add compile declaration fail error
This commit is contained in:
parent
662062af5a
commit
6cb29fb618
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user