EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

feat: Enable users to paste images directly into the chat input using Ctrl + V

Open Pratheek555 opened this issue 2 months ago • 1 comments

As an EmbeddedChat developer

I need to: enable users the ability to easily press ,CTRL + V , and the image they want to upload is ready to go.

So That: Users can quickly upload images without having to click the upload button or drag files between windows.

Acceptance Criteria

  • [ ] When the message input is focused and the user presses Ctrl + V, any image present in the clipboard is detected.
  • [ ] Normal text pasting behavior remains unchanged when the clipboard contains text only.
  • [ ] Non-image clipboard content (e.g., PDFs or unsupported files) does not trigger the image upload flow.

Pratheek555 avatar Dec 13 '25 06:12 Pratheek555