Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaticcoding authored Aug 19, 2024
2 parents 3cfb2f2 + b39cc0c commit d6a88e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func enterText(request: EnterTextRequest) throws {
return try runCatching {
try automator.swipe(
from: CGVector(dx: request.startX, dy: request.startY),
to: CGVector(dx: request.startY, dy: request.endY),
to: CGVector(dx: request.endX, dy: request.endY),
inApp: request.appId
)
}
Expand Down

0 comments on commit d6a88e3

Please sign in to comment.