Fix: copy text from oneNote and PowerPoint
What does this MR do and why?
Fix #339984 (closed).
Paste plain text when clipboardData
has text/plain
type.
Because copy text from Microsoft PowerPoint and OneNote will add image/png
type in clipboardData
. It will trigger uploadFile
function in app/assets/javascripts/dropzone_input.js
.
Screenshots or screen recordings
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #339984 (closed)