singerdmx / flutter-quill

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

problem when clicking on empty spaces in flutter web #2393

Open jonasbernardo opened 6 days ago

jonasbernardo commented 6 days ago

Is there an existing issue for this?

Flutter Quill version

10.8.5 and 11.0.0 dev13

Steps to reproduce

write text, add one or two line breaks, then write some more text, then try clicking with the mouse on the empty lines between the created texts

Expected results

cursor appears on the line that was clicked

Actual results

cursor appears on the wrong line

Additional Context

Screenshots / Video demonstration [Upload media here]
Logs ```console [Paste your logs here] ```

https://github.com/user-attachments/assets/143b2a54-ab92-4427-80bc-4c5fb1970a5b

jonasbernardo commented 1 day ago

@EchoEllet @CatHood0 @singerdmx
Does anyone have any tips for me to try to resolve this?