appflowy-editor icon indicating copy to clipboard operation
appflowy-editor copied to clipboard

feat: support copying divider from HTML

Open LucasXu0 opened this issue 10 months ago • 1 comments

<hr> should be parsed as a divider when pasting HTML.

LucasXu0 avatar Jan 21 '25 03:01 LucasXu0

Codecov Report

Attention: Patch coverage is 73.68421% with 10 lines in your changes missing coverage. Please review.

Project coverage is 71.99%. Comparing base (d24a7fc) to head (e4648cc).

Files with missing lines Patch % Lines
.../service/shortcuts/command/open_links_command.dart 0.00% 2 Missing :warning:
...tyle/mobile_text_span_decorator_for_attribute.dart 66.66% 2 Missing :warning:
.../editor/find_replace_menu/find_replace_widget.dart 75.00% 2 Missing :warning:
...mat_double_character/format_double_characters.dart 0.00% 1 Missing :warning:
...rmat_single_character/format_single_character.dart 0.00% 1 Missing :warning:
lib/src/render/selection/cursor.dart 0.00% 1 Missing :warning:
lib/src/render/selection/mobile_basic_handle.dart 0.00% 1 Missing :warning:
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1024   +/-   ##
=======================================
  Coverage   71.99%   71.99%           
=======================================
  Files         319      319           
  Lines       15360    15346   -14     
=======================================
- Hits        11059    11049   -10     
+ Misses       4301     4297    -4     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 21 '25 03:01 codecov[bot]