facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
19.53k stars 1.65k forks source link

Add test for removing link from a node #6665

Open potatowagon opened 3 weeks ago

potatowagon commented 3 weeks ago

removing link from a text node works, but not when the node has children (like mark node). This PR fixes it https://github.com/facebook/lexical/pull/6656/files. whats left is to add test

vantage-ola commented 5 days ago

@potatowagon still working on the tests?