Skip to content

Commit

Permalink
feat(websites): update Platform website for new Butil #6728 (#6729)
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk authored Jan 25, 2024
1 parent 3d76152 commit 3bac149
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private async Task Matches()

private async Task Scroll()
{
var scrollOptions = new ScrollToOptions()
var scrollOptions = new ScrollOptions()
{
Top = scrollY,
Left = scrollX,
Expand All @@ -207,7 +207,7 @@ private async Task Scroll()

private async Task ScrollBy()
{
var scrollOptions = new ScrollToOptions()
var scrollOptions = new ScrollOptions()
{
Top = scrollByY,
Left = scrollByX,
Expand Down

0 comments on commit 3bac149

Please sign in to comment.