singerdmx / flutter-quill

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

get unexpected height when using IntrinsicHeight to measure the height of QuillEditor #2306

Open MachineL102 opened 2 weeks ago

MachineL102 commented 2 weeks ago

Is there an existing issue for this?

The question

I get unexpected height when using IntrinsicHeight to measure the height of QuillEditor. There seems more than two empty line generate when i enter a newline character.

20241001151642

MachineL102 commented 2 weeks ago

I want to get the exact height of the QuillEditor that excludes the additional empty line. Thanks