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
2.x & 1.x
MacOS 10.13.4, Chrome 91.0.4472.114, Vue 2.6.10
remove: pointer-events: none;
pointer-events: none;
pointer-events: none will prevent mouse events of i & span in Button
pointer-events: none
i
span
Button
Antdv was copied from Ant Design (React), so the issue was copied too.
And then Ant Design reverted that PR 2 years later, but Antdv didn't.
Here is why we have pointer-events: none: ant-design/ant-design#7034
And here is why it had been removed: ant-design/ant-design#24090
The text was updated successfully, but these errors were encountered:
@tangjinzhou Plz help to check Thx
Sorry, something went wrong.
Will be supported in the next version
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
2.x & 1.x
Environment
MacOS 10.13.4, Chrome 91.0.4472.114, Vue 2.6.10
What is expected?
remove:
pointer-events: none;
What is actually happening?
pointer-events: none
will prevent mouse events ofi
&span
inButton
Antdv was copied from Ant Design (React), so the issue was copied too.
And then Ant Design reverted that PR 2 years later, but Antdv didn't.
Here is why we have
pointer-events: none
:ant-design/ant-design#7034
And here is why it had been removed:
ant-design/ant-design#24090
The text was updated successfully, but these errors were encountered: