chore:: lint
This commit is contained in:
@@ -38,7 +38,8 @@ export const getRect = async (page: Page, coordinates: Coordinates) => {
|
|||||||
left: rectangle.left,
|
left: rectangle.left,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}},
|
}
|
||||||
|
},
|
||||||
{ x: coordinates.x, y: coordinates.y },
|
{ x: coordinates.x, y: coordinates.y },
|
||||||
);
|
);
|
||||||
return rect;
|
return rect;
|
||||||
|
|||||||
Reference in New Issue
Block a user