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: using space bar to move the cursor not working on Android #1013

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

asjqkkkk
Copy link
Contributor

@asjqkkkk asjqkkkk commented Jan 6, 2025

the selection != editorState.selection will always be false

remove it then the space bar is able to work correctly

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.98%. Comparing base (2490f69) to head (aa25a9c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1013   +/-   ##
=======================================
  Coverage   71.98%   71.98%           
=======================================
  Files         319      319           
  Lines       15324    15323    -1     
=======================================
  Hits        11031    11031           
+ Misses       4293     4292    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LucasXu0 LucasXu0 merged commit 4bcbfb0 into AppFlowy-IO:main Jan 7, 2025
7 checks passed
LucasXu0 pushed a commit to LucasXu0/appflowy-editor that referenced this pull request Jan 7, 2025
LucasXu0 pushed a commit to LucasXu0/appflowy-editor that referenced this pull request Jan 7, 2025
LucasXu0 pushed a commit to LucasXu0/appflowy-editor that referenced this pull request Jan 7, 2025
LucasXu0 pushed a commit to LucasXu0/appflowy-editor that referenced this pull request Jan 7, 2025
LucasXu0 added a commit that referenced this pull request Jan 7, 2025
* fix: unable to parse image if the image is inside the paragraph

* test: unable to parse image if the image is inside the paragraph

* fix: using space bar to move the cursor not working on Android (#1013)

---------

Co-authored-by: Morn <[email protected]>
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.

2 participants