jiahao 5 years ago
parent
commit
1187f0ae49
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      lib/chat/group_chat_view.dart

+ 2
- 3
lib/chat/group_chat_view.dart View File

@@ -306,9 +306,8 @@ class _GroupChatPageState extends State<GroupChatPage> {
Provider<bool>.value(value: true),
Provider<GroupInfoModel>.value(value: widget.groupInfoModel),
],
child: GestureDetector(onTapDown: (args) {
hideKeyBoard();
}, child: ExtendedTextSelectionPointerHandler(
child: GestureDetector(
onTap:hideKeyBoard, child: ExtendedTextSelectionPointerHandler(
///选择文字,消除弹窗
builder: (states) {
return Listener(


Loading…
Cancel
Save