Skip to content

Conversation

@nvh
Copy link
Contributor

@nvh nvh commented Nov 27, 2018

Signed-off-by: Niels van Hoorn nvh@nvh.io

@nvh nvh requested a review from mattgperry November 27, 2018 10:22
if (!target) {
return { x: event.pageX, y: event.pageY }
}
let webkitPoint = new WebKitPoint(event.pageX, event.pageY)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this written with the intent of replacing it with something cross-platform?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, definitely, good that you mention it, I should make this work in Chrome too

nvh added 3 commits November 27, 2018 14:16
Signed-off-by: Niels van Hoorn <nvh@nvh.io>
Signed-off-by: Niels van Hoorn <nvh@nvh.io>
Signed-off-by: Niels van Hoorn <nvh@nvh.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants