From 833f31ae133051c80fac53b7e8b449e97a94a05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Tue, 15 Feb 2022 16:50:12 +0300 Subject: [PATCH] remove unused node type --- src/containers/LiveEditor/helpers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/containers/LiveEditor/helpers.ts b/src/containers/LiveEditor/helpers.ts index ea13c6e..621918c 100644 --- a/src/containers/LiveEditor/helpers.ts +++ b/src/containers/LiveEditor/helpers.ts @@ -24,7 +24,6 @@ export function getEdgeNodes(graph: any, isExpanded: boolean = true): any { text: el.text, width: isExpanded ? 35 + longestLine * 8 : 180, height: isExpanded ? 30 + lines.length * 10 : 50, - data: { type: "special" }, }); } else { edges.push(el);