From 5b5684b2e27e677b04f86827438aa38301d29cab Mon Sep 17 00:00:00 2001 From: Navin V Date: Thu, 19 Dec 2024 14:41:12 +0530 Subject: [PATCH] Merge branch 'master' of https://github.com/SyncfusionExamples/chat-workflow-designer into addeditdialog --- .../components/workflow-diagram/workflow-diagram.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/workflow-diagram/workflow-diagram.component.ts b/src/app/components/workflow-diagram/workflow-diagram.component.ts index 4f12256..d292b80 100644 --- a/src/app/components/workflow-diagram/workflow-diagram.component.ts +++ b/src/app/components/workflow-diagram/workflow-diagram.component.ts @@ -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(); } }