Skip to content

Commit

Permalink
fix: clone rotate prop to target
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Nov 10, 2023
1 parent ca0512b commit e4f6193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/northstar/src/blocks/special/do.r.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class DoBlock extends RectBlock {
cloneTo(target: this): this {
super.cloneTo(target);
target.socketNum = this.socketNum;
target.rotate = this.rotate;
return target;
}

Expand Down

0 comments on commit e4f6193

Please sign in to comment.