AlessioGr / payload-plugin-lexical

Extends payload CMS with Meta's lexical RichText editor - a much more advanced and customizable richtext editor
MIT License
149 stars 6 forks source link

Renaming a pasted link also modfies the link itself #23

Open johannesschaffer opened 1 year ago

johannesschaffer commented 1 year ago

Reproduce:

  1. Copy pasting e.g. https://www.google.com/
  2. Rename the name of the link to e.g. "Google"

Problems:

The same thing DOES WORK with links created via the button (not pasted).

I'm using v0.6.2

AlessioGr commented 1 year ago

I think this is related to this comment: https://github.com/facebook/lexical/pull/4203#issuecomment-1484999459

Will work on fixing that!

johannesschaffer commented 1 year ago

Great to hear 👍. And thanks for upstreaming all these improvements to Lexical itself;) Will benefit everyone...