Skip to content

Commit

Permalink
style: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt committed May 7, 2024
1 parent 0aa252d commit af27479
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spoof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ export const createCursor = (
try {
if (!moving) {
const rand = await getRandomPagePoint(page)
await tracePath(path(previous, rand, options), true)
await tracePath(path(previous, rand, {
moveSpeed: options?.moveSpeed
}), true)
previous = rand
}

Expand Down

0 comments on commit af27479

Please sign in to comment.