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

fix: fix threshold option not working #202

Merged
merged 3 commits into from
Sep 2, 2022

Conversation

malangfox
Copy link
Contributor

Details

This fixes an issue that threshold option of PanInput and PinchInput did not work after the removal of the hammerjs dependency.

Copy link
Member

@daybrush daybrush left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@WoodNeck WoodNeck left a comment

Choose a reason for hiding this comment

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

LGTM

"@egjs/agent": "eg.agent",
"@egjs/component": "eg.Component",
"@egjs/agent": "eg.agent",
"@egjs/component": "eg.Component",
Copy link
Member

Choose a reason for hiding this comment

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

@egjs/component is registered in global as Component after v3.

You should fix this to:

"@egjs/component": "Component"

@malangfox malangfox merged commit 63fbeee into naver:master Sep 2, 2022
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

3 participants