|
|
@ -251,7 +251,7 @@ class ChatInputRow extends StatelessWidget {
|
|
|
|
autofocus: !PlatformInfos.isMobile,
|
|
|
|
autofocus: !PlatformInfos.isMobile,
|
|
|
|
keyboardType: TextInputType.multiline,
|
|
|
|
keyboardType: TextInputType.multiline,
|
|
|
|
textInputAction:
|
|
|
|
textInputAction:
|
|
|
|
AppConfig.sendOnEnter ?? !PlatformInfos.isMobile
|
|
|
|
AppConfig.sendOnEnter == true && PlatformInfos.isMobile
|
|
|
|
? TextInputAction.send
|
|
|
|
? TextInputAction.send
|
|
|
|
: null,
|
|
|
|
: null,
|
|
|
|
onSubmitted: controller.onInputBarSubmitted,
|
|
|
|
onSubmitted: controller.onInputBarSubmitted,
|
|
|
|