We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e13f5c commit 58f5ae0Copy full SHA for 58f5ae0
lib/widgets/cards.dart
@@ -98,9 +98,6 @@ class SidebarRequestCard extends StatelessWidget {
98
//FocusScope.of(context).unfocus();
99
},
100
onFieldSubmitted: (value) {
101
- // As new name is being contantly updated by
102
- // [onChangedNameEditor], stop editing by
103
- // calling this fn
104
onTapOutsideNameEditor?.call();
105
106
onChanged: onChangedNameEditor,
0 commit comments