Commit 69b99f09 authored by Patrik Meijer's avatar Patrik Meijer
Browse files

Add parent and metaType inside gme-connections cyto-data

parent 4d6c1859
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -236,6 +236,8 @@ export default class GraphEditor extends Component {
                            registries: childData.registries,
                            source: childData.pointers.src,
                            target: childData.pointers.dst,
                            parent: childData.parent,
                            metaType: childData.metaType,
                        },
                        classes: `gme-connection ${childData.metaType}-gme-connection\
${activeSelection.includes(id) ? ' in-active-selection' : ''}`,