Skip to content

Commit

Permalink
Pop node label becomes "first" when popping from front
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Oct 16, 2023
1 parent 57bd23c commit 3414b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/model/nodes/PopNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class PopNodeImpl extends NodeImpl<PopNode> {
{
dataType: 'any',
id: 'lastItem' as PortId,
title: 'Last',
title: this.data.fromFront ? 'First' : 'Last',
},
{
dataType: 'any',
Expand Down

0 comments on commit 3414b64

Please sign in to comment.