singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 840 forks source link

Not removed a list mark by Backspace on iOS #2334

Open hjkim-mango opened 1 month ago

hjkim-mango commented 1 month ago

Is there an existing issue for this?

Flutter Quill version

10.7.5

Steps to reproduce

  1. Select a list menu(numbered or bulleted).
  2. Write something.
  3. Remove all by Backspace

Expected results

If all characters are removed, a list mark should be also removed and the block style should be changed to normal.

Actual results

A list mark is not removed by backspace even though there is no content on only iOS. No problem on Android.

Additional Context

In #2198, this feature was applied. So I've confirmed this issue using v10.5.10, but same result. Screenshots / Video demonstration https://github.com/user-attachments/assets/c425915b-f3c4-49d7-8f4f-3d2dfcd63153
Logs ```console [Paste your logs here] ```