Skip to content

Commit

Permalink
Add back tab stop positions
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Dec 24, 2023
1 parent 272e247 commit b8eb181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/75-tab-stops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const receiptTabStops = [
// (end position of 1st) + (end position of current)
// columnWidth + columnWidth = columnWidth * 2

{ type: TabStopType.RIGHT, position: 0 },
{ type: TabStopType.RIGHT, position: 0 },
{ type: TabStopType.RIGHT, position: 0 },
{ type: TabStopType.RIGHT, position: columnWidth * 2 },
{ type: TabStopType.RIGHT, position: columnWidth * 3 },
{ type: TabStopType.RIGHT, position: TabStopPosition.MAX },
];
const twoTabStops = [{ type: TabStopType.RIGHT, position: TabStopPosition.MAX }];

Expand Down

0 comments on commit b8eb181

Please sign in to comment.