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.15k forks source link

Links issue: disappeared text between two links #1364

Open g1er opened 1 year ago

g1er commented 1 year ago

Good day! Faced with strange issue in my Editor: when I create two or more links in one paragraph I'm loosing all text including first link and untill last link. In example

John <a>took</a> his gun and <a>left</a> the room

final view will looks like

John <a>left<a/> the room

It acts like .slice method in any array and I don't understand why... And it acts so only if I place several links in one paragraph. When I place links in different paragraphs it looks ok.

Did anyone face with such issue or know how to fix it?