jpuri / react-draft-wysiwyg

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

how to add donwload option in Link (a tag)?? #757

Open Frank1e0927 opened 5 years ago

Frank1e0927 commented 5 years ago
    const entityKey = editorState
      .getCurrentContent()
      .createEntity('LINK', 'MUTABLE', { url: linkTarget, targetOption: '_blank', download: true })
      .getLastCreatedEntityKey();

it is not work for me.

jpuri commented 5 years ago

Hey @Frank1e0927 , this is not supported by the lib atm.