change: handlerTapAbsXY

This commit is contained in:
lilong.129
2025-05-07 17:15:20 +08:00
parent 81f29cdef5
commit 032a130418
7 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -598,7 +598,7 @@ func (wd *WDADriver) TapAbsXY(x, y float64, opts ...option.ActionOption) error {
y = wd.toScale(y)
var err error
x, y, _, err = handlerTapAbsXY(wd, x, y, opts...)
x, y, err = handlerTapAbsXY(wd, x, y, opts...)
if err != nil {
return err
}