mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert android touch position changes
This commit is contained in:
parent
6a94fb4aa7
commit
63b01ca2e6
1 changed files with 2 additions and 2 deletions
|
|
@ -275,8 +275,8 @@ export function HighlightsLayer(props: HighlightsLayerProps): JSX.Element {
|
|||
}
|
||||
|
||||
const tapAttributes = {
|
||||
tapX: event.clientX,
|
||||
tapY: event.clientY,
|
||||
tapX: event.screenX,
|
||||
tapY: event.screenY,
|
||||
}
|
||||
|
||||
window?.AndroidWebKitMessenger?.handleIdentifiableMessage(
|
||||
|
|
|
|||
Loading…
Reference in a new issue