Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

New composer: support pasting files#3358

Merged
bwindels merged 1 commit intodevelopfrom
bwindels/cider-paste-images
Aug 29, 2019
Merged

New composer: support pasting files#3358
bwindels merged 1 commit intodevelopfrom
bwindels/cider-paste-images

Conversation

@bwindels
Copy link
Copy Markdown
Contributor

@bwindels bwindels requested a review from a team August 29, 2019 14:21

_onPaste = (event) => {
const {clipboardData} = event;
if (clipboardData.files.length) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is mostly copied over from MessageComposerInput::onPaste ftr

@bwindels bwindels merged commit 5105140 into develop Aug 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New composer: support pasting images

2 participants