jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.16k forks source link

Unable to paste multiple files on firefox using react-draft-wysiwyg library #1425

Open RajivGandh opened 4 months ago

RajivGandh commented 4 months ago

I am using handlePastedFiles property of Editor component of react-draft-wysiwyg. When I paste multiple files on chrome or edge it working fine but when I do same on firefox it only paste one file. Anyone has any idea about this?