fix: Send on enter broken on iOS
This commit is contained in:
parent
3799eb36e1
commit
f0545aaa85
1 changed files with 4 additions and 0 deletions
|
|
@ -392,6 +392,10 @@ class InputBar extends StatelessWidget {
|
|||
controller: controller,
|
||||
focusNode: focusNode,
|
||||
readOnly: readOnly,
|
||||
onEditingComplete: () {
|
||||
// To not lose focus on iOS:
|
||||
// https://github.com/krille-chan/fluffychat/issues/2784
|
||||
},
|
||||
contextMenuBuilder: (c, e) => MarkdownContextBuilder(
|
||||
editableTextState: e,
|
||||
controller: controller,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue