Loading src/components/GraphEditor/GraphEditor.jsx +2 −0 Original line number Diff line number Diff line Loading @@ -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' : ''}`, Loading Loading
src/components/GraphEditor/GraphEditor.jsx +2 −0 Original line number Diff line number Diff line Loading @@ -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' : ''}`, Loading