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/input click #575

Merged
merged 3 commits into from Aug 10, 2021
Merged

Fix/input click #575

merged 3 commits into from Aug 10, 2021

Conversation

answershuto
Copy link
Member

RenderEditable 沿用了 Flutter 的体系,会创建 TapGestureRecognizer 以及 LongPressGestureRecognizer,与 Web 标准流程冲突。
close #509

@temper357
Copy link
Contributor

再加一个 input 上 longpress 事件的测试用例

@andycall andycall merged commit ea78fdb into main Aug 10, 2021
@andycall andycall deleted the fix/input_click branch August 10, 2021 07:11
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.

input 上的 click 事件回调未触发
3 participants