Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…orkflow-designer into addeditdialog
  • Loading branch information
NavinVinayagam committed Dec 19, 2024
1 parent f303dc4 commit 5b5684b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ export class WorkflowDiagramComponent implements AfterViewInit{
}
let Obje = this.diagram.getNodeObject(this.selectedBlockId);
this.sidebarComponent?.setBlockValues(Obje);
this.sidebarComponent?.sidebar?.show();
// this.sidebarComponent?.sidebar?.show();
this.sidebarComponent?.dialog.show();
}
}

Expand Down

0 comments on commit 5b5684b

Please sign in to comment.