bosskmk / pluto_menu_bar

A menu bar for flutter.
https://pluto.weblaze.dev
MIT License
85 stars 25 forks source link

malfunction after hidekeyboard #16

Open nobodyyu opened 1 year ago

nobodyyu commented 1 year ago

We hide the keyboard by using: FocusScope.of(context).requestFocus(FocusNode());

After that, the child menu item could not be shown