AppFlowy-IO / appflowy-editor

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
https://pub.dev/packages/appflowy_editor
Other
473 stars 201 forks source link

fix: enable converting multilne to list #860

Closed zoli closed 3 months ago

zoli commented 3 months ago

currently, it's only possible to convert a single line to a bullet or numbered list. changed the active check function to also show list items in toolbar when multiple text lines are selected.

closes https://github.com/AppFlowy-IO/AppFlowy/issues/3181

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.55%. Comparing base (f2e499d) to head (df62e1f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #860 +/- ## ======================================= Coverage 72.55% 72.55% ======================================= Files 316 316 Lines 14713 14713 ======================================= Hits 10675 10675 Misses 4038 4038 ```

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