Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PointerEventProps #49

Merged
merged 12 commits into from Jan 21, 2019
Merged

PointerEventProps #49

merged 12 commits into from Jan 21, 2019

Conversation

busti
Copy link
Contributor

@busti busti commented Jan 20, 2019

Pointer events are now available across all major browsers, since they provide several advantages over traditional mouse and touch events, it would be handy to be able to use them in scala-dom-types.

@busti busti requested a review from raquo as a code owner January 20, 2019 02:08
Copy link
Owner

@raquo raquo left a comment

Choose a reason for hiding this comment

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

Hey @busti, thanks for this! I'm totally on board with adding pointer events.

Could you please fix that one trailing comma, and rebase this branch on latest master?

EP,
dom.Event,
dom.PointerEvent,
TypedTargetPointerEvent[dom.Element],
Copy link
Owner

Choose a reason for hiding this comment

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

This trailing comma is failing Scala 2.11 build

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I fixed the trailing comma. But it looks like i messed up the rebase.
I can re-create the PR if you wish.

Copy link
Owner

@raquo raquo left a comment

Choose a reason for hiding this comment

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

Hrm I think I can fix the git mess bu just squashing everything when merging into master, gimme a moment.

@raquo raquo merged commit c548b2c into raquo:master Jan 21, 2019
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.

None yet

2 participants