memspace / zefyr

Soft and gentle rich text editing for Flutter applications.
https://zefyr-editor.gitbook.io
2.22k stars 550 forks source link

Wrong offset for animating ScrollView #535

Closed Amir-P closed 3 years ago

Amir-P commented 3 years ago

Steps to Reproduce

  1. Set paragraph spacing to zero
  2. Start typing and creating new lines to go out of current visible area of editor
  3. Now you can see ScrollView constantly tries to overscroll

With default spacing: Default spacing

With zero spacing: Zero spacing