Nelson Eldoro

Results 2 comments of Nelson Eldoro

`handlePastedText={() => false}` it workes on Linux but does not work on mac 😕

Based on https://github.com/jpuri/react-draft-wysiwyg/blob/7b328659f1251a17a2547b357b41502dcc25611b/src/utils/handlePaste.js I have swiped the lib that converts html to draft. I have used `draft-js-import-html` ``` import {Editor} from 'react-draft-wysiwyg'; import {stateFromHTML} from 'draft-js-import-html'; ... handlePastedText = (text,...