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
当用户按住 Ctrl 键并单击链接时,预期行为是在新的浏览器选项卡中打开链接。但是,IPE 现在会拦截此组合键并触发绑定到 click 事件的回调函数。
The text was updated successfully, but these errors were encountered:
/cc @Dianliang233
Sorry, something went wrong.
fix: drop alternative clicks (close #241)
5ce1030
73a5b46
b02a4fb
dragon-fish
Successfully merging a pull request may close this issue.
当用户按住 Ctrl 键并单击链接时,预期行为是在新的浏览器选项卡中打开链接。但是,IPE 现在会拦截此组合键并触发绑定到 click 事件的回调函数。
The text was updated successfully, but these errors were encountered: