mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
do not loose fokus on textfield, when opening popup.
This commit is contained in:
parent
ee211b8d28
commit
363f2b67d5
2 changed files with 2 additions and 0 deletions
|
|
@ -1098,6 +1098,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
|
|||
PopupMenuButton<_ChannelChatInputAction>(
|
||||
icon: const Icon(Icons.add_circle_outline),
|
||||
tooltip: context.l10n.common_add,
|
||||
requestFocus: false,
|
||||
position: PopupMenuPosition.over,
|
||||
offset: const Offset(0, -180),
|
||||
onSelected: (action) {
|
||||
|
|
|
|||
|
|
@ -353,6 +353,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||
PopupMenuButton<_ChatInputAction>(
|
||||
icon: const Icon(Icons.add_circle_outline),
|
||||
tooltip: context.l10n.common_add,
|
||||
requestFocus: false,
|
||||
position: PopupMenuPosition.over,
|
||||
offset: const Offset(0, -180),
|
||||
onSelected: (action) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue