fix: text fields pushing cursor to first char

This commit is contained in:
Matyáš Caras 2023-11-01 18:51:13 +01:00
parent fca139af48
commit e628d990d1
Signed by untrusted user who does not match committer: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -166,7 +166,6 @@ class _CreateEntryViewState extends State<CreateEntryView> {
),
onChanged: (v) {
newEntry.data.description = v;
setState(() {});
},
),
),