Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: I found potential related PRs:
These PRs address clipboard/image pasting functionality, which overlaps with the current PR's goal of enabling CMD/CTRL+V to paste images. PR #8209 appears particularly relevant as it already implements clipboard image paste support (though potentially for TUI on WSL2 specifically). |
…sions The keyboard handler was intercepting Ctrl+V and attempting to use navigator.clipboard.read() which requires explicit browser permissions. When denied (the default in web browsers), paste would fail silently. Removed the keyboard handler to let the native paste event work normally through the existing handlePaste handler.
e9164a9 to
92f176d
Compare
What does this PR do?
Lets you CMD/CTRL+V to paste images.
Mimic's TUI behaviour
How did you verify your code works?
Paste images to prompt input