This commit is contained in:
Ankit Mahato
2024-03-09 12:06:25 +05:30
parent 6e13f5c5dc
commit 58f5ae06e4

View File

@ -98,9 +98,6 @@ class SidebarRequestCard extends StatelessWidget {
//FocusScope.of(context).unfocus();
},
onFieldSubmitted: (value) {
// As new name is being contantly updated by
// [onChangedNameEditor], stop editing by
// calling this fn
onTapOutsideNameEditor?.call();
},
onChanged: onChangedNameEditor,