memspace / zefyr

Soft and gentle rich text editing for Flutter applications.

Home Page:https://zefyr-editor.gitbook.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong offset for animating ScrollView

Amir-P opened this issue · comments

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