mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use clientx/y in highlight layer
This commit is contained in:
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
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue