Open TheRobertOne opened 7 years ago
yes! i want to paste img to edit box, react-draft-wysiwyg can support this?
This looks like regression issue, I will soon check.
copy img from website also see the error~i'm not sure is the same question。
@alexWang007 you can find file from windows clipboard then post i just do this. but maybe is not a good idea, This is just a temporary solution for me.
for me at Linux return false worked
handlePaste = () => {
return false;
};
But it does not work on mac btw
#444 version: 1.10.12 question: I test in storybook, can't copy image from Microsoft Word also.