mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
This reverts commit 5afdb5de354c3171eadef64366f9c2267743cb78.
This commit is contained in:
parent
cd1202d3dc
commit
ac07c259f1
@ -147,8 +147,6 @@ class _FieldNameTextFieldState extends State<_FieldNameTextField> {
|
|||||||
widget.popoverMutex.listenOnPopoverChanged(() {
|
widget.popoverMutex.listenOnPopoverChanged(() {
|
||||||
if (focusNode.hasFocus) {
|
if (focusNode.hasFocus) {
|
||||||
focusNode.unfocus();
|
focusNode.unfocus();
|
||||||
} else {
|
|
||||||
focusNode.requestFocus();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user