fixes error of cursor not apprearing when typing a message
This commit is contained in:
parent
e2248b0c06
commit
de5b181396
1 changed files with 2 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ class ChatInputRow extends StatelessWidget {
|
|||
),
|
||||
if (!PlatformInfos.isMobile ||
|
||||
controller.inputText.isNotEmpty)
|
||||
// #Pangea
|
||||
ChoreographerSendButton(controller: controller),
|
||||
// Container(
|
||||
// height: 56,
|
||||
|
|
@ -338,6 +339,7 @@ class ChatInputRow extends StatelessWidget {
|
|||
// tooltip: L10n.of(context)!.send,
|
||||
// ),
|
||||
// ),
|
||||
// Pangea#
|
||||
],
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue