Skip to content

Commit

Permalink
upd: display label of then sockets of do block
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Nov 10, 2023
1 parent dcc4440 commit 7cf3987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/northstar/src/blocks/special/do.r.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class DoBlock extends RectBlock {

for (let i = 0; i < this.thenNum; i++) {
useSocket(`then-${i}`, SingleOutSocket, {
hideLabel: true,
label: `${i + 1}`,
type: "E",
path: PATH_OUT_TRIANGLE,
direction: this.rotate ? Direction.RIGHT : Direction.BOTTOM,
Expand Down

0 comments on commit 7cf3987

Please sign in to comment.