fix: text fields pushing cursor to first char
This commit is contained in:
parent
fca139af48
commit
e628d990d1
1 changed files with 0 additions and 1 deletions
|
@ -166,7 +166,6 @@ class _CreateEntryViewState extends State<CreateEntryView> {
|
||||||
),
|
),
|
||||||
onChanged: (v) {
|
onChanged: (v) {
|
||||||
newEntry.data.description = v;
|
newEntry.data.description = v;
|
||||||
setState(() {});
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue