use clientx/y in highlight layer

This commit is contained in:
Satindar Dhillon 2023-02-07 18:16:09 -08:00
parent bd588b0636
commit e51de533e7
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -302,8 +302,8 @@ export function HighlightsLayer(props: HighlightsLayerProps): JSX.Element {
}
const tapAttributes = {
tapX: event.screenX,
tapY: event.screenY,
tapX: event.clientX,
tapY: event.clientY,
}
window?.AndroidWebKitMessenger?.handleIdentifiableMessage(