feat: paste image from clipboard
This commit is contained in:
parent
573f76ac89
commit
2ae4551bcc
10 changed files with 56 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue