-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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(editor): using click event instead of pointerDown event for page block #10351
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #10351 +/- ##
=======================================
Coverage 54.41% 54.41%
=======================================
Files 2335 2335
Lines 107935 107921 -14
Branches 17822 17817 -5
=======================================
- Hits 58733 58728 -5
+ Misses 47876 47857 -19
- Partials 1326 1336 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
567d7de
to
ea223d0
Compare
ea223d0
to
bc02398
Compare
bc02398
to
5e0d728
Compare
Merge activity
|
…block (#10351) Close [BS-2647](https://linear.app/affine-design/issue/BS-2647/ios返回手势会误触发focus导致弹起键盘) ### What Changes: - Using `click` event instead of `pointerDown` event to handle selection logic in page block, because gestures on mobile devices can trigger the `pointerDown` event, causing the cursor to update and unexpectedly bring up the virtual keyboard.
5e0d728
to
72b7519
Compare
Close BS-2647
What Changes:
click
event instead ofpointerDown
event to handle selection logic in page block, because gestures on mobile devices can trigger thepointerDown
event, causing the cursor to update and unexpectedly bring up the virtual keyboard.