BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
232 stars 61 forks source link

Why the padding of top is changed when there's multiple line? #26

Closed hythl0day closed 2 years ago

hythl0day commented 2 years ago

Before I press enter: image

After I press enter: image

hythl0day commented 2 years ago

It seems a bug from the flutter TextField itself. I tried flutter's own widget and it behaves the same.