소스 검색

remove unused node type

Aykut Saraç 3 년 전
부모
커밋
833f31ae13
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/containers/LiveEditor/helpers.ts

+ 0 - 1
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);