Remove outdated comment
This commit is contained in:
parent
bc3cf0898b
commit
178a408668
|
|
@ -62,9 +62,6 @@ export class ElsaWorkflowDefinitionEditorScreen {
|
|||
this.imported = false;
|
||||
this.networkError = null;
|
||||
|
||||
// A small hack to make sure JS Plumb is cleaned up before HTML elements get removed.
|
||||
// await this.designer.destroyJsPlumb();
|
||||
|
||||
try {
|
||||
const workflowDefinition = await client.workflowDefinitionsApi.import(this.workflowDefinition.definitionId, file);
|
||||
this.workflowDefinition = workflowDefinition;
|
||||
|
|
|
|||
Loading…
Reference in a new issue