Skip to content

Commit

Permalink
it's javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Dec 12, 2023
1 parent a402b5a commit aaceb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/ElementHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public Task<string> ScreenshotBase64Async(ElementScreenshotOptions options)
return [
window.visualViewport.pageLeft,
window.visualViewport.pageTop,
] as const;
];
}").ConfigureAwait(false);

clip.X += points[0];
Expand Down

0 comments on commit aaceb6e

Please sign in to comment.