Skip to content

Commit 7f27a67

Browse files
added new handle
1 parent a9b757d commit 7f27a67

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/components/nodes/GLCNode.jsx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,23 @@ export function GLCNode({ data }) {
7575
fontWeight: 'bold',
7676
textAlign: 'right'
7777
}}>
78-
P_T2_out_gas
78+
y_T2_out
79+
</div>
80+
81+
<div style={{
82+
right: '6px',
83+
position: 'absolute',
84+
top: '71%',
85+
fontSize: '12px',
86+
fontWeight: 'bold',
87+
textAlign: 'right'
88+
}}>
89+
P_out_gas
7990
</div>
8091

8192
<Handle type="source" position="right" id="c_T_outlet" style={{ background: '#555', top: '33%' }} />
82-
<Handle type="source" position="right" id="P_T2_out_gas" style={{ background: '#555', top: '66%' }} />
93+
<Handle type="source" position="right" id="y_T2_out" style={{ background: '#555', top: '66%' }} />
94+
<Handle type="source" position="right" id="P_out_gas" style={{ background: '#555', top: '80%' }} />
8395
<Handle type="source" position="right" id="efficiency" style={{ background: '#555', top: '10%' }} />
8496
</div>
8597
);

0 commit comments

Comments
 (0)