singerdmx / flutter-quill

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

fix floating cursor not disappearing after scroll end #2163

Closed vishna closed 3 months ago

vishna commented 3 months ago

closes #2162

Description

(*) Animation is most of the time not correctly snapped to the right place. The floating cursor seems to be off and even not visible if you scroll the text content down first and then initiate floating cursor ๐Ÿคท

(**) On second try misaligned snapping doesn't happen so maybe it's all fixed ๐Ÿคท

Type of Change

Suggestions