fix: #2028 auto enter edit mode for text field. (#2096)" (#2337)

This reverts commit 5afdb5de35.
This commit is contained in:
Richard Shiue 2023-04-29 16:35:45 +08:00 committed by GitHub
parent cd1202d3dc
commit ac07c259f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,8 +147,6 @@ class _FieldNameTextFieldState extends State<_FieldNameTextField> {
widget.popoverMutex.listenOnPopoverChanged(() {
if (focusNode.hasFocus) {
focusNode.unfocus();
} else {
focusNode.requestFocus();
}
});