mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 01:39:19 +00:00
When I added the paste event for files in the composer to send to Uppy, I inadvertently called event.preventDefault() if the pasted data was text. I removed that now, and I only return early if the user cannot upload, and if there are no files on the clipboard nothing happens.