Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavi Dhokia committed Feb 22, 2019
2 parents 0052ae4 + 1a09ae9 commit 8a7a072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/artboards.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ export function autoAlignArtboards(page) {
nextYOffset = height + (500 - (height % 500));
}

x += 500;
const width = artboard.frame().width() + 140;
x += width;
sequenceNumber++;
}
y += nextYOffset;
Expand Down

0 comments on commit 8a7a072

Please sign in to comment.