Skip to content

Commit

Permalink
Merge pull request #1196 from rvilarl/fix/1189
Browse files Browse the repository at this point in the history
bug introduced in PR #1192 resolved
  • Loading branch information
mscuthbert authored Oct 29, 2021
2 parents 725aa33 + e80e7ff commit d0220d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export const Flow = {
Tables.STEM_HEIGHT = value;
},
get STEM_WIDTH(): number {
return Tables.STEM_HEIGHT;
return Tables.STEM_WIDTH;
},
set STEM_WIDTH(value: number) {
Tables.STEM_WIDTH = value;
Expand Down

0 comments on commit d0220d2

Please sign in to comment.