Skip to content

Commit

Permalink
fix: revert round of viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Aug 12, 2024
1 parent af3bb63 commit a80b09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/client-scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function prepareScreenshotUnsafe(areas, opts) {
top: util.getScrollTop(scrollElem),
width: viewportWidth,
height: viewportHeight
}).round(),
}),
pixelRatio = configurePixelRatio(opts.usePixelRatio),
rect,
selectors = [];
Expand Down

0 comments on commit a80b09b

Please sign in to comment.