Skip to content

Commit

Permalink
Update proxy6.js
Browse files Browse the repository at this point in the history
added scroll from top for screenshot purposes.
  • Loading branch information
masudhossain authored Apr 27, 2023
1 parent 3a2dc79 commit 6731d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy6.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ function addCircle(x,y,element, event) {
coordinates: {
x: document.getElementById('q-circle').dataset.x,
y: document.getElementById('q-circle').dataset.y,
url: document.getElementById('q-circle').dataset.url
url: document.getElementById('q-circle').dataset.url,
scrollFromTop: window.pageYOffset || document.documentElement.scrollTop;
},
eventClientX: event.clientX,
eventClientY: event.clientY
Expand Down

0 comments on commit 6731d3b

Please sign in to comment.