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

Links are behaving strangely #187

Closed jimbol closed 7 years ago

jimbol commented 7 years ago

Hi, sweet library! I'm running into some troubles with links, though.

Links are not mutable. Attempting to delete characters on links moves the cursor over an entity.

link-strange-behavior

If you point me in the right direction, I'll try to open a PR to fix it.

jpuri commented 7 years ago

@jimbol: I just noticed this, its not the intended behavior. I will fix it soon.

jpuri commented 7 years ago

I have pushed the fix to master and will soon release it.

jpuri commented 7 years ago

Just released fix in version react-draft-wysiwyg@1.6.4. Closing the issue.