mirror of
https://github.com/foss42/apidash.git
synced 2025-06-30 04:46:35 +08:00
Fix unfocus issue
This commit is contained in:
@ -98,8 +98,8 @@ class SidebarRequestCard extends StatelessWidget {
|
|||||||
//autofocus: true,
|
//autofocus: true,
|
||||||
style: Theme.of(context).textTheme.bodyMedium,
|
style: Theme.of(context).textTheme.bodyMedium,
|
||||||
onTapOutside: (_) {
|
onTapOutside: (_) {
|
||||||
|
FocusScope.of(context).unfocus();
|
||||||
onTapOutsideNameEditor?.call();
|
onTapOutsideNameEditor?.call();
|
||||||
//FocusScope.of(context).unfocus();
|
|
||||||
},
|
},
|
||||||
onFieldSubmitted: (value) {
|
onFieldSubmitted: (value) {
|
||||||
onTapOutsideNameEditor?.call();
|
onTapOutsideNameEditor?.call();
|
||||||
|
Reference in New Issue
Block a user