From e628d990d1589f105a018f74031271b522068f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Wed, 1 Nov 2023 18:51:13 +0100 Subject: [PATCH] fix: text fields pushing cursor to first char --- lib/views/create_entry.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/views/create_entry.dart b/lib/views/create_entry.dart index c6ea3f2..e1d9f09 100644 --- a/lib/views/create_entry.dart +++ b/lib/views/create_entry.dart @@ -166,7 +166,6 @@ class _CreateEntryViewState extends State { ), onChanged: (v) { newEntry.data.description = v; - setState(() {}); }, ), ),