feat: paste image from clipboard

This commit is contained in:
ShootingStarDragons 2023-07-20 22:56:35 +08:00 committed by Krille-chan
commit 2ae4551bcc
10 changed files with 56 additions and 0 deletions

View file

@ -235,6 +235,7 @@ class ChatInputRow extends StatelessWidget {
textInputAction:
AppConfig.sendOnEnter ? TextInputAction.send : null,
onSubmitted: controller.onInputBarSubmitted,
onSubmitImage: controller.sendImageFromClipBoard,
focusNode: controller.inputFocus,
controller: controller.sendController,
decoration: InputDecoration(