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: the cursor will flicker one frame to its previous position #506

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

LucasXu0
Copy link
Collaborator

closes #504

after_cursor.mp4

@LucasXu0 LucasXu0 changed the title fix: https://github.com/AppFlowy-IO/appflowy-editor/issues/504 fix: the cursor will flicker one frame to its previous position Sep 26, 2023
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (7743620) 80.58% compared to head (fe4bcb5) 80.53%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #506      +/-   ##
==========================================
- Coverage   80.58%   80.53%   -0.05%     
==========================================
  Files         280      280              
  Lines       11773    11780       +7     
==========================================
  Hits         9487     9487              
- Misses       2286     2293       +7     
Files Coverage Δ
...base_component/selection/block_selection_area.dart 94.25% <100.00%> (+0.50%) ⬆️

... and 5 files with indirect coverage changes

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

@LucasXu0 LucasXu0 merged commit b422187 into AppFlowy-IO:main Sep 26, 2023
5 of 11 checks passed
q200892907 added a commit to q200892907/appflowy-editor that referenced this pull request Sep 27, 2023
* main: (39 commits)
  feat: support RTL in toolbar (AppFlowy-IO#496)
  fix: unable to update selection sometimes when the editor lost focus (AppFlowy-IO#509)
  fix: delete the divider on mobile will raise an error (AppFlowy-IO#508)
  fix: the cursor will flicker one frame to its previous position (AppFlowy-IO#506)
  fix: undo failed in a nested list in a special case (AppFlowy-IO#503)
  chore: bump version 1.4.3 (AppFlowy-IO#502)
  fix: image block rect overflow
  fix: the text within the <mark> tag didn't parse correctly when pasting HTML.
  chore: bump version 1.4.2
  fix: command shortcuts on the web platform should also respect the operating system
  fix: focus will lost when typing slash
  fix: unable to input text on web platform
  fix: unable to change RTL of heading (AppFlowy-IO#495)
  fix: fix mobile selection drag (AppFlowy-IO#490)
  chore: bump version 1.4.1
  fix: the placeholder doesn't appear on desktop platform
  fix: required named parameter 'onLiveTextInput' must be provided
  feat: add support for font family and font size attributes in rich text (AppFlowy-IO#486)
  fix: the color of text and highlight icon should be white (AppFlowy-IO#485)
  chore: bump version 1.4.0 (AppFlowy-IO#484)
  ...
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.

[Bug] the cursor will flicker one frame to its previous position.
1 participant