Skip to content

Commit 58f5ae0

Browse files
committed
Cleanup
1 parent 6e13f5c commit 58f5ae0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/widgets/cards.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ class SidebarRequestCard extends StatelessWidget {
9898
//FocusScope.of(context).unfocus();
9999
},
100100
onFieldSubmitted: (value) {
101-
// As new name is being contantly updated by
102-
// [onChangedNameEditor], stop editing by
103-
// calling this fn
104101
onTapOutsideNameEditor?.call();
105102
},
106103
onChanged: onChangedNameEditor,

0 commit comments

Comments
 (0)