We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When I change this parameter to modifierKey: 'metaKey',, the native pinch event of the mac touchpad fails.
modifierKey: 'metaKey',
I found this code in the source code
Sandbox or Video
https://codesandbox.io/s/boring-paper-2zxyrw
Information:
I want to keep the original events
The text was updated successfully, but these errors were encountered:
You can now use modifierKey: ['ctrlKey', 'metaKey'] in 10.3.0.
modifierKey: ['ctrlKey', 'metaKey']
10.3.0
Sorry, something went wrong.
Thank you so much.
Best Regards!
dbismut
No branches or pull requests
Describe the bug
I found this code in the source code
Sandbox or Video
Information:
I want to keep the original events
The text was updated successfully, but these errors were encountered: