sstur / draft-js-utils

DraftJS: import/export ContentState to and from HTML/Markdown
ISC License
883 stars 234 forks source link

target=" _blank" converting to target = "_self" on using stateFromHTML #253

Open manjot0606 opened 2 years ago

manjot0606 commented 2 years ago

let state = EditorState.createWithContent(stateFromHTML(htmlcontent)); Output state of this line returning, link target values from "_blank "to "_self" automatically.