shepherd-onboard 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/shepherd-onboard.js +2 -2
- package/package.json +1 -1
package/bin/shepherd-onboard.js
CHANGED
|
@@ -895,7 +895,7 @@ tell application "System Events"
|
|
|
895
895
|
try
|
|
896
896
|
set {x, y} to position of window 1
|
|
897
897
|
set {w, h} to size of window 1
|
|
898
|
-
click at {x + w - 55, y +
|
|
898
|
+
click at {x + w - 55, y + 810}
|
|
899
899
|
return
|
|
900
900
|
end try
|
|
901
901
|
try
|
|
@@ -903,7 +903,7 @@ tell application "System Events"
|
|
|
903
903
|
delay 0.5
|
|
904
904
|
set {x, y} to position of window 1
|
|
905
905
|
set {w, h} to size of window 1
|
|
906
|
-
click at {x + w - 55, y +
|
|
906
|
+
click at {x + w - 55, y + 810}
|
|
907
907
|
return
|
|
908
908
|
end try
|
|
909
909
|
end tell
|